Html Css Color HEX #F8CA5E Kournikova

📋 copy color: '#F8CA5E'

red 248 ◦ green 202 ◦ blue 94

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

Shades of Kournikova #F8CA5E

Tints of Kournikova #F8CA5E

RGB

 RED value IS 248 (97.27% from 255) = 45.59%

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

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

R = 45.59%
G = 37.13%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8CA5E (or 0xF8CA5E) is known color: Kournikova. HEX triplet: F8, CA and 5E. RGB value is (248,202,94). Sum of RGB (Red+Green+Blue) = 248+202+94=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CA5E is #0735A1. Grayscale: #CBCBCB. Windows color (decimal): -472482 or 6212344. OLE color: 6212344.

HSL color Cylindrical-coordinate representation of color #F8CA5E: hue angle of 42.08º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8CA5E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 94 -
CMYK 0 0.19 0.62 0.03
HSL 42.08º 0.92% 0.67% -
HSV(B) 42.08º 0.62% 0.97% -
XYZ 61.85 63.01 19.49 -
YUV 203.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 248 202 94 0 0.19 0.62 0.03 42.08 0.92 0.67
Hex F8 CA 5E 0 13 3E 3 2A 5C 43
Octal 370 312 136 0 23 76 3 52 134 103
Binary 11111000 11001010 1011110 0 10011 111110 11 101010 1011100 1000011

Color Harmonies of #F8CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CA5E

Black with #F8CA5E

Text Example


Text Example

White with #F8CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CA5E; }

 p { color: rgb(248,202,94); }

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

background-color css

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

 a { background-color: rgb(248,202,94); }

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

border-color css

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

 span { border-color: rgb(248,202,94); }

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