Html Css Color HEX #FAC85F Kournikova

📋 copy color: '#FAC85F'

red 250 ◦ green 200 ◦ blue 95

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

Shades of Kournikova #FAC85F

Tints of Kournikova #FAC85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 45.87%
G = 36.7%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC85F (or 0xFAC85F) is known color: Kournikova. HEX triplet: FA, C8 and 5F. RGB value is (250,200,95). Sum of RGB (Red+Green+Blue) = 250+200+95=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC85F is #0537A0. Grayscale: #CBCBCB. Windows color (decimal): -341921 or 6277370. OLE color: 6277370.

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

Color convert

RGB 250 200 95 -
CMYK 0 0.2 0.62 0.02
HSL 40.65º 0.94% 0.68% -
HSV(B) 40.65º 0.62% 0.98% -
XYZ 62.14 62.46 19.61 -
YUV 202.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 250 200 95 0 0.2 0.62 0.02 40.65 0.94 0.68
Hex FA C8 5F 0 14 3E 2 29 5E 44
Octal 372 310 137 0 24 76 2 51 136 104
Binary 11111010 11001000 1011111 0 10100 111110 10 101001 1011110 1000100

Color Harmonies of #FAC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC85F

Black with #FAC85F

Text Example


Text Example

White with #FAC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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