Html Css Color HEX #FAC95B Kournikova

📋 copy color: '#FAC95B'

red 250 ◦ green 201 ◦ blue 91

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

Shades of Kournikova #FAC95B

Tints of Kournikova #FAC95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.79%

R = 46.13%
G = 37.08%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC95B (or 0xFAC95B) is known color: Kournikova. HEX triplet: FA, C9 and 5B. RGB value is (250,201,91). Sum of RGB (Red+Green+Blue) = 250+201+91=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC95B is #0536A4. Grayscale: #CBCBCB. Windows color (decimal): -341669 or 6015482. OLE color: 6015482.

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

Color convert

RGB 250 201 91 -
CMYK 0 0.20 0.64 0.02
HSL 41.51º 0.94% 0.67% -
HSV(B) 41.51º 0.64% 0.98% -
XYZ 62.2 62.85 18.75 -
YUV 203.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 250 201 91 0 0.20 0.64 0.02 41.51 0.94 0.67
Hex FA C9 5B 0 14 40 2 2A 5E 43
Octal 372 311 133 0 24 100 2 52 136 103
Binary 11111010 11001001 1011011 0 10100 1000000 10 101010 1011110 1000011

Color Harmonies of #FAC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC95B

Black with #FAC95B

Text Example


Text Example

White with #FAC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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