Html Css Color HEX #FAAE28 Supernova

📋 copy color: '#FAAE28'

red 250 ◦ green 174 ◦ blue 40

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

Shades of Supernova #FAAE28

Tints of Supernova #FAAE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.62%

R = 53.88%
G = 37.5%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAAE28 (or 0xFAAE28) is known color: Supernova. HEX triplet: FA, AE and 28. RGB value is (250,174,40). Sum of RGB (Red+Green+Blue) = 250+174+40=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE28 is #0551D7. Grayscale: #B6B6B6. Windows color (decimal): -348632 or 2666234. OLE color: 2666234.

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

Color convert

RGB 250 174 40 -
CMYK 0 0.30 0.84 0.02
HSL 38.29º 0.95% 0.57% -
HSV(B) 38.29º 0.84% 0.98% -
XYZ 54.94 50.75 8.91 -
YUV 181.45 48.18 176.9 -
System Red Green Blue C M Y K H S L
Decimal 250 174 40 0 0.30 0.84 0.02 38.29 0.95 0.57
Hex FA AE 28 0 1E 54 2 26 5F 39
Octal 372 256 50 0 36 124 2 46 137 71
Binary 11111010 10101110 101000 0 11110 1010100 10 100110 1011111 111001

Color Harmonies of #FAAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE28

Black with #FAAE28

Text Example


Text Example

White with #FAAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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