Html Css Color HEX #FACA49 Kournikova

📋 copy color: '#FACA49'

red 250 ◦ green 202 ◦ blue 73

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

Shades of Kournikova #FACA49

Tints of Kournikova #FACA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.48%

 BLUE value IS 73 (28.91% from 255) = 13.9%

R = 47.62%
G = 38.48%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FACA49 (or 0xFACA49) is known color: Kournikova. HEX triplet: FA, CA and 49. RGB value is (250,202,73). Sum of RGB (Red+Green+Blue) = 250+202+73=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA49 is #0535B6. Grayscale: #CACACA. Windows color (decimal): -341431 or 4836090. OLE color: 4836090.

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

Color convert

RGB 250 202 73 -
CMYK 0 0.19 0.71 0.02
HSL 43.73º 0.95% 0.63% -
HSV(B) 43.73º 0.71% 0.98% -
XYZ 61.75 63.05 15.22 -
YUV 201.65 55.4 162.49 -
System Red Green Blue C M Y K H S L
Decimal 250 202 73 0 0.19 0.71 0.02 43.73 0.95 0.63
Hex FA CA 49 0 13 47 2 2C 5F 3F
Octal 372 312 111 0 23 107 2 54 137 77
Binary 11111010 11001010 1001001 0 10011 1000111 10 101100 1011111 111111

Color Harmonies of #FACA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA49

Black with #FACA49

Text Example


Text Example

White with #FACA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA49; }

 p { color: rgb(250,202,73); }

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

background-color css

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

 a { background-color: rgb(250,202,73); }

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

border-color css

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

 span { border-color: rgb(250,202,73); }

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