Html Css Color HEX #FAC858 Kournikova

📋 copy color: '#FAC858'

red 250 ◦ green 200 ◦ blue 88

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

Shades of Kournikova #FAC858

Tints of Kournikova #FAC858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.36%

R = 46.47%
G = 37.17%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAC858 (or 0xFAC858) is known color: Kournikova. HEX triplet: FA, C8 and 58. RGB value is (250,200,88). Sum of RGB (Red+Green+Blue) = 250+200+88=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC858 is #0537A7. Grayscale: #CACACA. Windows color (decimal): -341928 or 5818618. OLE color: 5818618.

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

Color convert

RGB 250 200 88 -
CMYK 0 0.2 0.65 0.02
HSL 41.48º 0.94% 0.66% -
HSV(B) 41.48º 0.65% 0.98% -
XYZ 61.84 62.34 18.01 -
YUV 202.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 250 200 88 0 0.2 0.65 0.02 41.48 0.94 0.66
Hex FA C8 58 0 14 41 2 29 5E 42
Octal 372 310 130 0 24 101 2 51 136 102
Binary 11111010 11001000 1011000 0 10100 1000001 10 101001 1011110 1000010

Color Harmonies of #FAC858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC858

Black with #FAC858

Text Example


Text Example

White with #FAC858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC858; }

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

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

background-color css

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

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

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

border-color css

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

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

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