Html Css Color HEX #FFD056 Kournikova

📋 copy color: '#FFD056'

red 255 ◦ green 208 ◦ blue 86

#FFD056
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #FFD056

Tints of Kournikova #FFD056

RGB

 RED value IS 255 (100% from 255) = 46.45%

 GREEN value IS 208 (81.64% from 255) = 37.89%

 BLUE value IS 86 (33.98% from 255) = 15.66%

R = 46.45%
G = 37.89%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFD056 (or 0xFFD056) is known color: Kournikova. HEX triplet: FF, D0 and 56. RGB value is (255,208,86). Sum of RGB (Red+Green+Blue) = 255+208+86=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD056 is #002FA9. Grayscale: #D0D0D0. Windows color (decimal): -12202 or 5689599. OLE color: 5689599.

HSL color Cylindrical-coordinate representation of color #FFD056: hue angle of 43.31º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFD056 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 86 -
CMYK 0 0.18 0.66 0
HSL 43.31º 1% 0.67% -
HSV(B) 43.31º 0.66% 1% -
XYZ 65.48 67.04 18.29 -
YUV 208.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 255 208 86 0 0.18 0.66 0 43.31 1 0.67
Hex FF D0 56 0 12 42 0 2B 64 43
Octal 377 320 126 0 22 102 0 53 144 103
Binary 11111111 11010000 1010110 0 10010 1000010 0 101011 1100100 1000011

Color Harmonies of #FFD056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD056

Black with #FFD056

Text Example


Text Example

White with #FFD056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD056; }

 p { color: rgb(255,208,86); }

 H1.HeaderClassName
 {
   color: #FFD056;
 }
 .AnyTagClassName
 {
   color: #FFD056;
 }
</style>

background-color css

<style>
 a { background-color: #FFD056; }

 a { background-color: rgb(255,208,86); }

 div.DivClassName
 {
   background-color: #FFD056;
 }
 .BgClassName
 {
   background-color: #FFD056;
 }
</style>

border-color css

<style>
 span { border-color: #FFD056; }

 span { border-color: rgb(255,208,86); }

 td.TdClassName
 {
   border-color: #FFD056;
 }
 .TagClassName
 {
   border-color: #FFD056;
 }
</style>