Html Css Color HEX #FAC947 Kournikova

📋 copy color: '#FAC947'

red 250 ◦ green 201 ◦ blue 71

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

Shades of Kournikova #FAC947

Tints of Kournikova #FAC947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

 BLUE value IS 71 (28.13% from 255) = 13.6%

R = 47.89%
G = 38.51%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC947 (or 0xFAC947) is known color: Kournikova. HEX triplet: FA, C9 and 47. RGB value is (250,201,71). Sum of RGB (Red+Green+Blue) = 250+201+71=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 71 (28.12% from 255 or 13.60% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC947 is #0536B8. Grayscale: #C9C9C9. Windows color (decimal): -341689 or 4704762. OLE color: 4704762.

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

Color convert

RGB 250 201 71 -
CMYK 0 0.20 0.72 0.02
HSL 43.58º 0.95% 0.63% -
HSV(B) 43.58º 0.72% 0.98% -
XYZ 61.45 62.55 14.8 -
YUV 200.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 250 201 71 0 0.20 0.72 0.02 43.58 0.95 0.63
Hex FA C9 47 0 14 48 2 2C 5F 3F
Octal 372 311 107 0 24 110 2 54 137 77
Binary 11111010 11001001 1000111 0 10100 1001000 10 101100 1011111 111111

Color Harmonies of #FAC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC947

Black with #FAC947

Text Example


Text Example

White with #FAC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC947; }

 p { color: rgb(250,201,71); }

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

background-color css

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

 a { background-color: rgb(250,201,71); }

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

border-color css

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

 span { border-color: rgb(250,201,71); }

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