Html Css Color HEX #FAC854 Kournikova

📋 copy color: '#FAC854'

red 250 ◦ green 200 ◦ blue 84

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

Shades of Kournikova #FAC854

Tints of Kournikova #FAC854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.73%

R = 46.82%
G = 37.45%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAC854 (or 0xFAC854) is known color: Kournikova. HEX triplet: FA, C8 and 54. RGB value is (250,200,84). Sum of RGB (Red+Green+Blue) = 250+200+84=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC854 is #0537AB. Grayscale: #CACACA. Windows color (decimal): -341932 or 5556474. OLE color: 5556474.

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

Color convert

RGB 250 200 84 -
CMYK 0 0.2 0.66 0.02
HSL 41.93º 0.94% 0.65% -
HSV(B) 41.93º 0.66% 0.98% -
XYZ 61.68 62.27 17.16 -
YUV 201.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 250 200 84 0 0.2 0.66 0.02 41.93 0.94 0.65
Hex FA C8 54 0 14 42 2 2A 5E 41
Octal 372 310 124 0 24 102 2 52 136 101
Binary 11111010 11001000 1010100 0 10100 1000010 10 101010 1011110 1000001

Color Harmonies of #FAC854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC854

Black with #FAC854

Text Example


Text Example

White with #FAC854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC854; }

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

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

background-color css

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

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

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

border-color css

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

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

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