Html Css Color HEX #FAAF36 Supernova

📋 copy color: '#FAAF36'

red 250 ◦ green 175 ◦ blue 54

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

Shades of Supernova #FAAF36

Tints of Supernova #FAAF36

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

 BLUE value IS 54 (21.48% from 255) = 11.27%

R = 52.19%
G = 36.53%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAAF36 (or 0xFAAF36) is known color: Supernova. HEX triplet: FA, AF and 36. RGB value is (250,175,54). Sum of RGB (Red+Green+Blue) = 250+175+54=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 54 (21.48% from 255 or 11.27% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF36 is #0550C9. Grayscale: #B8B8B8. Windows color (decimal): -348362 or 3583994. OLE color: 3583994.

HSL color Cylindrical-coordinate representation of color #FAAF36: hue angle of 37.04º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAAF36 is Cyan = 0, Magento = 0.3, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 54 -
CMYK 0 0.3 0.78 0.02
HSL 37.04º 0.95% 0.6% -
HSV(B) 37.04º 0.78% 0.98% -
XYZ 55.42 51.25 10.46 -
YUV 183.63 54.85 175.34 -
System Red Green Blue C M Y K H S L
Decimal 250 175 54 0 0.3 0.78 0.02 37.04 0.95 0.6
Hex FA AF 36 0 1E 4E 2 25 5F 3C
Octal 372 257 66 0 36 116 2 45 137 74
Binary 11111010 10101111 110110 0 11110 1001110 10 100101 1011111 111100

Color Harmonies of #FAAF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF36

Black with #FAAF36

Text Example


Text Example

White with #FAAF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF36; }

 p { color: rgb(250,175,54); }

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

background-color css

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

 a { background-color: rgb(250,175,54); }

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

border-color css

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

 span { border-color: rgb(250,175,54); }

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