Html Css Color HEX #FAC957 Kournikova

📋 copy color: '#FAC957'

red 250 ◦ green 201 ◦ blue 87

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

Shades of Kournikova #FAC957

Tints of Kournikova #FAC957

RGB

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

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

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

R = 46.47%
G = 37.36%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAC957 (or 0xFAC957) is known color: Kournikova. HEX triplet: FA, C9 and 57. RGB value is (250,201,87). Sum of RGB (Red+Green+Blue) = 250+201+87=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 87 (34.38% from 255 or 16.17% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC957 is #0536A8. Grayscale: #CBCBCB. Windows color (decimal): -341673 or 5753338. OLE color: 5753338.

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

Color convert

RGB 250 201 87 -
CMYK 0 0.20 0.65 0.02
HSL 41.96º 0.94% 0.66% -
HSV(B) 41.96º 0.65% 0.98% -
XYZ 62.03 62.79 17.87 -
YUV 202.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 250 201 87 0 0.20 0.65 0.02 41.96 0.94 0.66
Hex FA C9 57 0 14 41 2 2A 5E 42
Octal 372 311 127 0 24 101 2 52 136 102
Binary 11111010 11001001 1010111 0 10100 1000001 10 101010 1011110 1000010

Color Harmonies of #FAC957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC957

Black with #FAC957

Text Example


Text Example

White with #FAC957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC957; }

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

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

background-color css

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

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

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

border-color css

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

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

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