Html Css Color HEX #FACC54 Kournikova

📋 copy color: '#FACC54'

red 250 ◦ green 204 ◦ blue 84

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

Shades of Kournikova #FACC54

Tints of Kournikova #FACC54

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

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

R = 46.47%
G = 37.92%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FACC54 (or 0xFACC54) is known color: Kournikova. HEX triplet: FA, CC and 54. RGB value is (250,204,84). Sum of RGB (Red+Green+Blue) = 250+204+84=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC54 is #0533AB. Grayscale: #CCCCCC. Windows color (decimal): -340908 or 5557498. OLE color: 5557498.

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

Color convert

RGB 250 204 84 -
CMYK 0 0.18 0.66 0.02
HSL 43.37º 0.94% 0.65% -
HSV(B) 43.37º 0.66% 0.98% -
XYZ 62.62 64.15 17.47 -
YUV 204.07 60.24 160.76 -
System Red Green Blue C M Y K H S L
Decimal 250 204 84 0 0.18 0.66 0.02 43.37 0.94 0.65
Hex FA CC 54 0 12 42 2 2B 5E 41
Octal 372 314 124 0 22 102 2 53 136 101
Binary 11111010 11001100 1010100 0 10010 1000010 10 101011 1011110 1000001

Color Harmonies of #FACC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC54

Black with #FACC54

Text Example


Text Example

White with #FACC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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