Html Css Color HEX #FACA54 Kournikova

📋 copy color: '#FACA54'

red 250 ◦ green 202 ◦ blue 84

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

Shades of Kournikova #FACA54

Tints of Kournikova #FACA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.67%

R = 46.64%
G = 37.69%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FACA54 (or 0xFACA54) is known color: Kournikova. HEX triplet: FA, CA and 54. RGB value is (250,202,84). Sum of RGB (Red+Green+Blue) = 250+202+84=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA54 is #0535AB. Grayscale: #CBCBCB. Windows color (decimal): -341420 or 5556986. OLE color: 5556986.

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

Color convert

RGB 250 202 84 -
CMYK 0 0.19 0.66 0.02
HSL 42.65º 0.94% 0.65% -
HSV(B) 42.65º 0.66% 0.98% -
XYZ 62.15 63.21 17.31 -
YUV 202.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 250 202 84 0 0.19 0.66 0.02 42.65 0.94 0.65
Hex FA CA 54 0 13 42 2 2B 5E 41
Octal 372 312 124 0 23 102 2 53 136 101
Binary 11111010 11001010 1010100 0 10011 1000010 10 101011 1011110 1000001

Color Harmonies of #FACA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA54

Black with #FACA54

Text Example


Text Example

White with #FACA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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