Html Css Color HEX #FAC851 Kournikova

📋 copy color: '#FAC851'

red 250 ◦ green 200 ◦ blue 81

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

Shades of Kournikova #FAC851

Tints of Kournikova #FAC851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.25%

R = 47.08%
G = 37.66%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAC851 (or 0xFAC851) is known color: Kournikova. HEX triplet: FA, C8 and 51. RGB value is (250,200,81). Sum of RGB (Red+Green+Blue) = 250+200+81=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC851 is #0537AE. Grayscale: #C9C9C9. Windows color (decimal): -341935 or 5359866. OLE color: 5359866.

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

Color convert

RGB 250 200 81 -
CMYK 0 0.2 0.68 0.02
HSL 42.25º 0.94% 0.65% -
HSV(B) 42.25º 0.68% 0.98% -
XYZ 61.56 62.23 16.55 -
YUV 201.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 250 200 81 0 0.2 0.68 0.02 42.25 0.94 0.65
Hex FA C8 51 0 14 44 2 2A 5E 41
Octal 372 310 121 0 24 104 2 52 136 101
Binary 11111010 11001000 1010001 0 10100 1000100 10 101010 1011110 1000001

Color Harmonies of #FAC851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC851

Black with #FAC851

Text Example


Text Example

White with #FAC851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC851; }

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

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

background-color css

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

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

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

border-color css

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

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

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