Html Css Color HEX #FAC962 Kournikova

📋 copy color: '#FAC962'

red 250 ◦ green 201 ◦ blue 98

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

Shades of Kournikova #FAC962

Tints of Kournikova #FAC962

RGB

 RED value IS 250 (98.05% from 255) = 45.54%

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

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

R = 45.54%
G = 36.61%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAC962 (or 0xFAC962) is known color: Kournikova. HEX triplet: FA, C9 and 62. RGB value is (250,201,98). Sum of RGB (Red+Green+Blue) = 250+201+98=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC962 is #05369D. Grayscale: #CCCCCC. Windows color (decimal): -341662 or 6474234. OLE color: 6474234.

HSL color Cylindrical-coordinate representation of color #FAC962: hue angle of 40.66º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAC962 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 98 -
CMYK 0 0.20 0.61 0.02
HSL 40.66º 0.94% 0.68% -
HSV(B) 40.66º 0.61% 0.98% -
XYZ 62.52 62.98 20.42 -
YUV 203.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 250 201 98 0 0.20 0.61 0.02 40.66 0.94 0.68
Hex FA C9 62 0 14 3D 2 29 5E 44
Octal 372 311 142 0 24 75 2 51 136 104
Binary 11111010 11001001 1100010 0 10100 111101 10 101001 1011110 1000100

Color Harmonies of #FAC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC962

Black with #FAC962

Text Example


Text Example

White with #FAC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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