Html Css Color HEX #FAC945 Kournikova

📋 copy color: '#FAC945'

red 250 ◦ green 201 ◦ blue 69

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

Shades of Kournikova #FAC945

Tints of Kournikova #FAC945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.27%

R = 48.08%
G = 38.65%
B = 13.27%

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

#FAC945 (or 0xFAC945) is known color: Kournikova. HEX triplet: FA, C9 and 45. RGB value is (250,201,69). Sum of RGB (Red+Green+Blue) = 250+201+69=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC945 is #0536BA. Grayscale: #C9C9C9. Windows color (decimal): -341691 or 4573690. OLE color: 4573690.

HSL color Cylindrical-coordinate representation of color #FAC945: hue angle of 43.76º 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 #FAC945 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 69 -
CMYK 0 0.20 0.72 0.02
HSL 43.76º 0.95% 0.63% -
HSV(B) 43.76º 0.72% 0.98% -
XYZ 61.39 62.53 14.46 -
YUV 200.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 250 201 69 0 0.20 0.72 0.02 43.76 0.95 0.63
Hex FA C9 45 0 14 48 2 2C 5F 3F
Octal 372 311 105 0 24 110 2 54 137 77
Binary 11111010 11001001 1000101 0 10100 1001000 10 101100 1011111 111111

Color Harmonies of #FAC945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC945

Black with #FAC945

Text Example


Text Example

White with #FAC945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC945; }

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

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

background-color css

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

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

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

border-color css

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

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

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