Html Css Color HEX #FAC862 Kournikova

📋 copy color: '#FAC862'

red 250 ◦ green 200 ◦ blue 98

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

Shades of Kournikova #FAC862

Tints of Kournikova #FAC862

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

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

R = 45.62%
G = 36.5%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAC862 (or 0xFAC862) is known color: Kournikova. HEX triplet: FA, C8 and 62. RGB value is (250,200,98). Sum of RGB (Red+Green+Blue) = 250+200+98=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 98 (38.67% from 255 or 17.88% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC862 is #05379D. Grayscale: #CBCBCB. Windows color (decimal): -341918 or 6473978. OLE color: 6473978.

HSL color Cylindrical-coordinate representation of color #FAC862: hue angle of 40.26º 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 #FAC862 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 98 -
CMYK 0 0.2 0.61 0.02
HSL 40.26º 0.94% 0.68% -
HSV(B) 40.26º 0.61% 0.98% -
XYZ 62.28 62.51 20.34 -
YUV 203.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 250 200 98 0 0.2 0.61 0.02 40.26 0.94 0.68
Hex FA C8 62 0 14 3D 2 28 5E 44
Octal 372 310 142 0 24 75 2 50 136 104
Binary 11111010 11001000 1100010 0 10100 111101 10 101000 1011110 1000100

Color Harmonies of #FAC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC862

Black with #FAC862

Text Example


Text Example

White with #FAC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC862; }

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

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

background-color css

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

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

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

border-color css

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

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

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