Html Css Color HEX #FACA46 Kournikova

📋 copy color: '#FACA46'

red 250 ◦ green 202 ◦ blue 70

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

Shades of Kournikova #FACA46

Tints of Kournikova #FACA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.41%

R = 47.89%
G = 38.7%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FACA46 (or 0xFACA46) is known color: Kournikova. HEX triplet: FA, CA and 46. RGB value is (250,202,70). Sum of RGB (Red+Green+Blue) = 250+202+70=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA46 is #0535B9. Grayscale: #C9C9C9. Windows color (decimal): -341434 or 4639482. OLE color: 4639482.

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

Color convert

RGB 250 202 70 -
CMYK 0 0.19 0.72 0.02
HSL 44º 0.95% 0.63% -
HSV(B) 44º 0.72% 0.98% -
XYZ 61.65 63.01 14.71 -
YUV 201.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 250 202 70 0 0.19 0.72 0.02 44 0.95 0.63
Hex FA CA 46 0 13 48 2 2C 5F 3F
Octal 372 312 106 0 23 110 2 54 137 77
Binary 11111010 11001010 1000110 0 10011 1001000 10 101100 1011111 111111

Color Harmonies of #FACA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA46

Black with #FACA46

Text Example


Text Example

White with #FACA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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