Html Css Color HEX #F5CC5A Kournikova

📋 copy color: '#F5CC5A'

red 245 ◦ green 204 ◦ blue 90

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

Shades of Kournikova #F5CC5A

Tints of Kournikova #F5CC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.7%

R = 45.45%
G = 37.85%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5CC5A (or 0xF5CC5A) is known color: Kournikova. HEX triplet: F5, CC and 5A. RGB value is (245,204,90). Sum of RGB (Red+Green+Blue) = 245+204+90=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC5A is #0A33A5. Grayscale: #CBCBCB. Windows color (decimal): -668582 or 5950709. OLE color: 5950709.

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

Color convert

RGB 245 204 90 -
CMYK 0 0.17 0.63 0.04
HSL 44.13º 0.89% 0.66% -
HSV(B) 44.13º 0.63% 0.96% -
XYZ 61.09 63.34 18.68 -
YUV 203.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 245 204 90 0 0.17 0.63 0.04 44.13 0.89 0.66
Hex F5 CC 5A 0 11 3F 4 2C 59 42
Octal 365 314 132 0 21 77 4 54 131 102
Binary 11110101 11001100 1011010 0 10001 111111 100 101100 1011001 1000010

Color Harmonies of #F5CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC5A

Black with #F5CC5A

Text Example


Text Example

White with #F5CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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