Html Css Color HEX #FAC853 Kournikova

📋 copy color: '#FAC853'

red 250 ◦ green 200 ◦ blue 83

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

Shades of Kournikova #FAC853

Tints of Kournikova #FAC853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.57%

R = 46.9%
G = 37.52%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAC853 (or 0xFAC853) is known color: Kournikova. HEX triplet: FA, C8 and 53. RGB value is (250,200,83). Sum of RGB (Red+Green+Blue) = 250+200+83=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC853 is #0537AC. Grayscale: #CACACA. Windows color (decimal): -341933 or 5490938. OLE color: 5490938.

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

Color convert

RGB 250 200 83 -
CMYK 0 0.2 0.67 0.02
HSL 42.04º 0.94% 0.65% -
HSV(B) 42.04º 0.67% 0.98% -
XYZ 61.64 62.26 16.95 -
YUV 201.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 250 200 83 0 0.2 0.67 0.02 42.04 0.94 0.65
Hex FA C8 53 0 14 43 2 2A 5E 41
Octal 372 310 123 0 24 103 2 52 136 101
Binary 11111010 11001000 1010011 0 10100 1000011 10 101010 1011110 1000001

Color Harmonies of #FAC853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC853

Black with #FAC853

Text Example


Text Example

White with #FAC853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC853; }

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

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

background-color css

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

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

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

border-color css

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

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

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