Html Css Color HEX #FAC857 Kournikova

📋 copy color: '#FAC857'

red 250 ◦ green 200 ◦ blue 87

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

Shades of Kournikova #FAC857

Tints of Kournikova #FAC857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.2%

R = 46.55%
G = 37.24%
B = 16.2%

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

#FAC857 (or 0xFAC857) is known color: Kournikova. HEX triplet: FA, C8 and 57. RGB value is (250,200,87). Sum of RGB (Red+Green+Blue) = 250+200+87=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC857 is #0537A8. Grayscale: #CACACA. Windows color (decimal): -341929 or 5753082. OLE color: 5753082.

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

Color convert

RGB 250 200 87 -
CMYK 0 0.2 0.65 0.02
HSL 41.6º 0.94% 0.66% -
HSV(B) 41.6º 0.65% 0.98% -
XYZ 61.8 62.32 17.79 -
YUV 202.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 250 200 87 0 0.2 0.65 0.02 41.6 0.94 0.66
Hex FA C8 57 0 14 41 2 2A 5E 42
Octal 372 310 127 0 24 101 2 52 136 102
Binary 11111010 11001000 1010111 0 10100 1000001 10 101010 1011110 1000010

Color Harmonies of #FAC857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC857

Black with #FAC857

Text Example


Text Example

White with #FAC857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC857; }

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

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

background-color css

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

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

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

border-color css

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

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

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