Html Css Color HEX #FAC848 Kournikova

📋 copy color: '#FAC848'

red 250 ◦ green 200 ◦ blue 72

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

Shades of Kournikova #FAC848

Tints of Kournikova #FAC848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.79%

R = 47.89%
G = 38.31%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAC848 (or 0xFAC848) is known color: Kournikova. HEX triplet: FA, C8 and 48. RGB value is (250,200,72). Sum of RGB (Red+Green+Blue) = 250+200+72=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC848 is #0537B7. Grayscale: #C8C8C8. Windows color (decimal): -341944 or 4770042. OLE color: 4770042.

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

Color convert

RGB 250 200 72 -
CMYK 0 0.2 0.71 0.02
HSL 43.15º 0.95% 0.63% -
HSV(B) 43.15º 0.71% 0.98% -
XYZ 61.25 62.1 14.89 -
YUV 200.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 250 200 72 0 0.2 0.71 0.02 43.15 0.95 0.63
Hex FA C8 48 0 14 47 2 2B 5F 3F
Octal 372 310 110 0 24 107 2 53 137 77
Binary 11111010 11001000 1001000 0 10100 1000111 10 101011 1011111 111111

Color Harmonies of #FAC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC848

Black with #FAC848

Text Example


Text Example

White with #FAC848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC848; }

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

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

background-color css

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

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

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

border-color css

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

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

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