Html Css Color HEX #F5CC4C Kournikova

📋 copy color: '#F5CC4C'

red 245 ◦ green 204 ◦ blue 76

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

Shades of Kournikova #F5CC4C

Tints of Kournikova #F5CC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.48%

R = 46.67%
G = 38.86%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5CC4C (or 0xF5CC4C) is known color: Kournikova. HEX triplet: F5, CC and 4C. RGB value is (245,204,76). Sum of RGB (Red+Green+Blue) = 245+204+76=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC4C is #0A33B3. Grayscale: #CACACA. Windows color (decimal): -668596 or 5033205. OLE color: 5033205.

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

Color convert

RGB 245 204 76 -
CMYK 0 0.17 0.69 0.04
HSL 45.44º 0.89% 0.63% -
HSV(B) 45.44º 0.69% 0.96% -
XYZ 60.55 63.12 15.83 -
YUV 201.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 245 204 76 0 0.17 0.69 0.04 45.44 0.89 0.63
Hex F5 CC 4C 0 11 45 4 2D 59 3F
Octal 365 314 114 0 21 105 4 55 131 77
Binary 11110101 11001100 1001100 0 10001 1000101 100 101101 1011001 111111

Color Harmonies of #F5CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC4C

Black with #F5CC4C

Text Example


Text Example

White with #F5CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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