Html Css Color HEX #FAAE37 Supernova

📋 copy color: '#FAAE37'

red 250 ◦ green 174 ◦ blue 55

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

Shades of Supernova #FAAE37

Tints of Supernova #FAAE37

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.33%

 BLUE value IS 55 (21.88% from 255) = 11.48%

R = 52.19%
G = 36.33%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAAE37 (or 0xFAAE37) is known color: Supernova. HEX triplet: FA, AE and 37. RGB value is (250,174,55). Sum of RGB (Red+Green+Blue) = 250+174+55=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE37 is #0551C8. Grayscale: #B7B7B7. Windows color (decimal): -348617 or 3649274. OLE color: 3649274.

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

Color convert

RGB 250 174 55 -
CMYK 0 0.30 0.78 0.02
HSL 36.62º 0.95% 0.6% -
HSV(B) 36.62º 0.78% 0.98% -
XYZ 55.25 50.87 10.52 -
YUV 183.16 55.68 175.68 -
System Red Green Blue C M Y K H S L
Decimal 250 174 55 0 0.30 0.78 0.02 36.62 0.95 0.6
Hex FA AE 37 0 1E 4E 2 25 5F 3C
Octal 372 256 67 0 36 116 2 45 137 74
Binary 11111010 10101110 110111 0 11110 1001110 10 100101 1011111 111100

Color Harmonies of #FAAE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE37

Black with #FAAE37

Text Example


Text Example

White with #FAAE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE37; }

 p { color: rgb(250,174,55); }

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

background-color css

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

 a { background-color: rgb(250,174,55); }

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

border-color css

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

 span { border-color: rgb(250,174,55); }

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