Html Css Color HEX #F5CA5D Kournikova

📋 copy color: '#F5CA5D'

red 245 ◦ green 202 ◦ blue 93

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

Shades of Kournikova #F5CA5D

Tints of Kournikova #F5CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 93 (36.72% from 255) = 17.22%

R = 45.37%
G = 37.41%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5CA5D (or 0xF5CA5D) is known color: Kournikova. HEX triplet: F5, CA and 5D. RGB value is (245,202,93). Sum of RGB (Red+Green+Blue) = 245+202+93=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA5D is #0A35A2. Grayscale: #CACACA. Windows color (decimal): -669091 or 6146805. OLE color: 6146805.

HSL color Cylindrical-coordinate representation of color #F5CA5D: hue angle of 43.03º 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 #F5CA5D is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 93 -
CMYK 0 0.18 0.62 0.04
HSL 43.03º 0.88% 0.66% -
HSV(B) 43.03º 0.62% 0.96% -
XYZ 60.75 62.44 19.21 -
YUV 202.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 245 202 93 0 0.18 0.62 0.04 43.03 0.88 0.66
Hex F5 CA 5D 0 12 3E 4 2B 58 42
Octal 365 312 135 0 22 76 4 53 130 102
Binary 11110101 11001010 1011101 0 10010 111110 100 101011 1011000 1000010

Color Harmonies of #F5CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CA5D

Black with #F5CA5D

Text Example


Text Example

White with #F5CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CA5D; }

 p { color: rgb(245,202,93); }

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

background-color css

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

 a { background-color: rgb(245,202,93); }

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

border-color css

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

 span { border-color: rgb(245,202,93); }

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