Html Css Color HEX #FAAE32 Supernova

📋 copy color: '#FAAE32'

red 250 ◦ green 174 ◦ blue 50

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

Shades of Supernova #FAAE32

Tints of Supernova #FAAE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.55%

R = 52.74%
G = 36.71%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAAE32 (or 0xFAAE32) is known color: Supernova. HEX triplet: FA, AE and 32. RGB value is (250,174,50). Sum of RGB (Red+Green+Blue) = 250+174+50=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE32 is #0551CD. Grayscale: #B7B7B7. Windows color (decimal): -348622 or 3321594. OLE color: 3321594.

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

Color convert

RGB 250 174 50 -
CMYK 0 0.30 0.8 0.02
HSL 37.2º 0.95% 0.59% -
HSV(B) 37.2º 0.8% 0.98% -
XYZ 55.14 50.83 9.92 -
YUV 182.59 53.18 176.08 -
System Red Green Blue C M Y K H S L
Decimal 250 174 50 0 0.30 0.8 0.02 37.2 0.95 0.59
Hex FA AE 32 0 1E 50 2 25 5F 3B
Octal 372 256 62 0 36 120 2 45 137 73
Binary 11111010 10101110 110010 0 11110 1010000 10 100101 1011111 111011

Color Harmonies of #FAAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE32

Black with #FAAE32

Text Example


Text Example

White with #FAAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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