Html Css Color HEX #FAAE2A Supernova

📋 copy color: '#FAAE2A'

red 250 ◦ green 174 ◦ blue 42

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

Shades of Supernova #FAAE2A

Tints of Supernova #FAAE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.01%

R = 53.65%
G = 37.34%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAAE2A (or 0xFAAE2A) is known color: Supernova. HEX triplet: FA, AE and 2A. RGB value is (250,174,42). Sum of RGB (Red+Green+Blue) = 250+174+42=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE2A is #0551D5. Grayscale: #B6B6B6. Windows color (decimal): -348630 or 2797306. OLE color: 2797306.

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

Color convert

RGB 250 174 42 -
CMYK 0 0.30 0.83 0.02
HSL 38.08º 0.95% 0.57% -
HSV(B) 38.08º 0.83% 0.98% -
XYZ 54.98 50.76 9.09 -
YUV 181.68 49.18 176.73 -
System Red Green Blue C M Y K H S L
Decimal 250 174 42 0 0.30 0.83 0.02 38.08 0.95 0.57
Hex FA AE 2A 0 1E 53 2 26 5F 39
Octal 372 256 52 0 36 123 2 46 137 71
Binary 11111010 10101110 101010 0 11110 1010011 10 100110 1011111 111001

Color Harmonies of #FAAE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE2A

Black with #FAAE2A

Text Example


Text Example

White with #FAAE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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