Html Css Color HEX #F5CC4A Kournikova

📋 copy color: '#F5CC4A'

red 245 ◦ green 204 ◦ blue 74

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

Shades of Kournikova #F5CC4A

Tints of Kournikova #F5CC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.15%

R = 46.85%
G = 39.01%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5CC4A (or 0xF5CC4A) is known color: Kournikova. HEX triplet: F5, CC and 4A. RGB value is (245,204,74). Sum of RGB (Red+Green+Blue) = 245+204+74=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC4A is #0A33B5. Grayscale: #CACACA. Windows color (decimal): -668598 or 4902133. OLE color: 4902133.

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

Color convert

RGB 245 204 74 -
CMYK 0 0.17 0.70 0.04
HSL 45.61º 0.9% 0.63% -
HSV(B) 45.61º 0.7% 0.96% -
XYZ 60.49 63.09 15.47 -
YUV 201.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 245 204 74 0 0.17 0.70 0.04 45.61 0.9 0.63
Hex F5 CC 4A 0 11 46 4 2E 5A 3F
Octal 365 314 112 0 21 106 4 56 132 77
Binary 11110101 11001100 1001010 0 10001 1000110 100 101110 1011010 111111

Color Harmonies of #F5CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC4A

Black with #F5CC4A

Text Example


Text Example

White with #F5CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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