Html Css Color HEX #F5CD5E Kournikova

📋 copy color: '#F5CD5E'

red 245 ◦ green 205 ◦ blue 94

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

Shades of Kournikova #F5CD5E

Tints of Kournikova #F5CD5E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.68%

 BLUE value IS 94 (37.11% from 255) = 17.28%

R = 45.04%
G = 37.68%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5CD5E (or 0xF5CD5E) is known color: Kournikova. HEX triplet: F5, CD and 5E. RGB value is (245,205,94). Sum of RGB (Red+Green+Blue) = 245+205+94=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CD5E is #0A32A1. Grayscale: #CCCCCC. Windows color (decimal): -668322 or 6213109. OLE color: 6213109.

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

Color convert

RGB 245 205 94 -
CMYK 0 0.16 0.62 0.04
HSL 44.11º 0.88% 0.66% -
HSV(B) 44.11º 0.62% 0.96% -
XYZ 61.51 63.88 19.68 -
YUV 204.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 245 205 94 0 0.16 0.62 0.04 44.11 0.88 0.66
Hex F5 CD 5E 0 10 3E 4 2C 58 42
Octal 365 315 136 0 20 76 4 54 130 102
Binary 11110101 11001101 1011110 0 10000 111110 100 101100 1011000 1000010

Color Harmonies of #F5CD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD5E

Black with #F5CD5E

Text Example


Text Example

White with #F5CD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD5E; }

 p { color: rgb(245,205,94); }

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

background-color css

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

 a { background-color: rgb(245,205,94); }

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

border-color css

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

 span { border-color: rgb(245,205,94); }

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