Html Css Color HEX #F5CC4E Kournikova

📋 copy color: '#F5CC4E'

red 245 ◦ green 204 ◦ blue 78

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

Shades of Kournikova #F5CC4E

Tints of Kournikova #F5CC4E

RGB

 RED value IS 245 (96.09% from 255) = 46.49%

 GREEN value IS 204 (80.08% from 255) = 38.71%

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

R = 46.49%
G = 38.71%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5CC4E (or 0xF5CC4E) is known color: Kournikova. HEX triplet: F5, CC and 4E. RGB value is (245,204,78). Sum of RGB (Red+Green+Blue) = 245+204+78=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC4E is #0A33B1. Grayscale: #CACACA. Windows color (decimal): -668594 or 5164277. OLE color: 5164277.

HSL color Cylindrical-coordinate representation of color #F5CC4E: hue angle of 45.27º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5CC4E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 78 -
CMYK 0 0.17 0.68 0.04
HSL 45.27º 0.89% 0.63% -
HSV(B) 45.27º 0.68% 0.96% -
XYZ 60.62 63.15 16.2 -
YUV 201.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 245 204 78 0 0.17 0.68 0.04 45.27 0.89 0.63
Hex F5 CC 4E 0 11 44 4 2D 59 3F
Octal 365 314 116 0 21 104 4 55 131 77
Binary 11110101 11001100 1001110 0 10001 1000100 100 101101 1011001 111111

Color Harmonies of #F5CC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC4E

Black with #F5CC4E

Text Example


Text Example

White with #F5CC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC4E; }

 p { color: rgb(245,204,78); }

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

background-color css

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

 a { background-color: rgb(245,204,78); }

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

border-color css

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

 span { border-color: rgb(245,204,78); }

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