Html Css Color HEX #FAAE3A Supernova

📋 copy color: '#FAAE3A'

red 250 ◦ green 174 ◦ blue 58

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

Shades of Supernova #FAAE3A

Tints of Supernova #FAAE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.03%

R = 51.87%
G = 36.1%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAAE3A (or 0xFAAE3A) is known color: Supernova. HEX triplet: FA, AE and 3A. RGB value is (250,174,58). Sum of RGB (Red+Green+Blue) = 250+174+58=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE3A is #0551C5. Grayscale: #B8B8B8. Windows color (decimal): -348614 or 3845882. OLE color: 3845882.

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

Color convert

RGB 250 174 58 -
CMYK 0 0.30 0.77 0.02
HSL 36.25º 0.95% 0.6% -
HSV(B) 36.25º 0.77% 0.98% -
XYZ 55.32 50.9 10.91 -
YUV 183.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 250 174 58 0 0.30 0.77 0.02 36.25 0.95 0.6
Hex FA AE 3A 0 1E 4D 2 24 5F 3C
Octal 372 256 72 0 36 115 2 44 137 74
Binary 11111010 10101110 111010 0 11110 1001101 10 100100 1011111 111100

Color Harmonies of #FAAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE3A

Black with #FAAE3A

Text Example


Text Example

White with #FAAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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