Html Css Color HEX #FACA53 Kournikova

📋 copy color: '#FACA53'

red 250 ◦ green 202 ◦ blue 83

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

Shades of Kournikova #FACA53

Tints of Kournikova #FACA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.51%

R = 46.73%
G = 37.76%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FACA53 (or 0xFACA53) is known color: Kournikova. HEX triplet: FA, CA and 53. RGB value is (250,202,83). Sum of RGB (Red+Green+Blue) = 250+202+83=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA53 is #0535AC. Grayscale: #CBCBCB. Windows color (decimal): -341421 or 5491450. OLE color: 5491450.

HSL color Cylindrical-coordinate representation of color #FACA53: hue angle of 42.75º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FACA53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 83 -
CMYK 0 0.19 0.67 0.02
HSL 42.75º 0.94% 0.65% -
HSV(B) 42.75º 0.67% 0.98% -
XYZ 62.11 63.19 17.11 -
YUV 202.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 250 202 83 0 0.19 0.67 0.02 42.75 0.94 0.65
Hex FA CA 53 0 13 43 2 2B 5E 41
Octal 372 312 123 0 23 103 2 53 136 101
Binary 11111010 11001010 1010011 0 10011 1000011 10 101011 1011110 1000001

Color Harmonies of #FACA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA53

Black with #FACA53

Text Example


Text Example

White with #FACA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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