Html Css Color HEX #FFD04E Kournikova

📋 copy color: '#FFD04E'

red 255 ◦ green 208 ◦ blue 78

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

Shades of Kournikova #FFD04E

Tints of Kournikova #FFD04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.42%

R = 47.13%
G = 38.45%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFD04E (or 0xFFD04E) is known color: Kournikova. HEX triplet: FF, D0 and 4E. RGB value is (255,208,78). Sum of RGB (Red+Green+Blue) = 255+208+78=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 78 (30.86% from 255 or 14.42% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD04E is #002FB1. Grayscale: #CFCFCF. Windows color (decimal): -12210 or 5165311. OLE color: 5165311.

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

Color convert

RGB 255 208 78 -
CMYK 0 0.18 0.69 0
HSL 44.07º 1% 0.65% -
HSV(B) 44.07º 0.69% 1% -
XYZ 65.17 66.92 16.69 -
YUV 207.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 255 208 78 0 0.18 0.69 0 44.07 1 0.65
Hex FF D0 4E 0 12 45 0 2C 64 41
Octal 377 320 116 0 22 105 0 54 144 101
Binary 11111111 11010000 1001110 0 10010 1000101 0 101100 1100100 1000001

Color Harmonies of #FFD04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD04E

Black with #FFD04E

Text Example


Text Example

White with #FFD04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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