Html Css Color HEX #F8C962 Kournikova

📋 copy color: '#F8C962'

red 248 ◦ green 201 ◦ blue 98

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

Shades of Kournikova #F8C962

Tints of Kournikova #F8C962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.75%

 BLUE value IS 98 (38.67% from 255) = 17.92%

R = 45.34%
G = 36.75%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8C962 (or 0xF8C962) is known color: Kournikova. HEX triplet: F8, C9 and 62. RGB value is (248,201,98). Sum of RGB (Red+Green+Blue) = 248+201+98=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C962 is #07369D. Grayscale: #CBCBCB. Windows color (decimal): -472734 or 6474232. OLE color: 6474232.

HSL color Cylindrical-coordinate representation of color #F8C962: hue angle of 41.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8C962 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 201 98 -
CMYK 0 0.19 0.60 0.03
HSL 41.2º 0.91% 0.68% -
HSV(B) 41.2º 0.6% 0.97% -
XYZ 61.8 62.61 20.38 -
YUV 203.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 248 201 98 0 0.19 0.60 0.03 41.2 0.91 0.68
Hex F8 C9 62 0 13 3C 3 29 5B 44
Octal 370 311 142 0 23 74 3 51 133 104
Binary 11111000 11001001 1100010 0 10011 111100 11 101001 1011011 1000100

Color Harmonies of #F8C962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C962

Black with #F8C962

Text Example


Text Example

White with #F8C962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C962; }

 p { color: rgb(248,201,98); }

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

background-color css

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

 a { background-color: rgb(248,201,98); }

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

border-color css

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

 span { border-color: rgb(248,201,98); }

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