Html Css Color HEX #F8CE4A Kournikova

📋 copy color: '#F8CE4A'

red 248 ◦ green 206 ◦ blue 74

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

Shades of Kournikova #F8CE4A

Tints of Kournikova #F8CE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

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

R = 46.97%
G = 39.02%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8CE4A (or 0xF8CE4A) is known color: Kournikova. HEX triplet: F8, CE and 4A. RGB value is (248,206,74). Sum of RGB (Red+Green+Blue) = 248+206+74=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE4A is #0731B5. Grayscale: #CCCCCC. Windows color (decimal): -471478 or 4902648. OLE color: 4902648.

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

Color convert

RGB 248 206 74 -
CMYK 0 0.17 0.70 0.03
HSL 45.52º 0.93% 0.63% -
HSV(B) 45.52º 0.7% 0.97% -
XYZ 62.02 64.59 15.68 -
YUV 203.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 248 206 74 0 0.17 0.70 0.03 45.52 0.93 0.63
Hex F8 CE 4A 0 11 46 3 2E 5D 3F
Octal 370 316 112 0 21 106 3 56 135 77
Binary 11111000 11001110 1001010 0 10001 1000110 11 101110 1011101 111111

Color Harmonies of #F8CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE4A

Black with #F8CE4A

Text Example


Text Example

White with #F8CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE4A; }

 p { color: rgb(248,206,74); }

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

background-color css

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

 a { background-color: rgb(248,206,74); }

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

border-color css

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

 span { border-color: rgb(248,206,74); }

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