Html Css Color HEX #FAAF2A Supernova

📋 copy color: '#FAAF2A'

red 250 ◦ green 175 ◦ blue 42

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

Shades of Supernova #FAAF2A

Tints of Supernova #FAAF2A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 53.53%
G = 37.47%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAAF2A (or 0xFAAF2A) is known color: Supernova. HEX triplet: FA, AF and 2A. RGB value is (250,175,42). Sum of RGB (Red+Green+Blue) = 250+175+42=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF2A is #0550D5. Grayscale: #B6B6B6. Windows color (decimal): -348374 or 2797562. OLE color: 2797562.

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

Color convert

RGB 250 175 42 -
CMYK 0 0.3 0.83 0.02
HSL 38.37º 0.95% 0.57% -
HSV(B) 38.37º 0.83% 0.98% -
XYZ 55.17 51.15 9.16 -
YUV 182.26 48.85 176.31 -
System Red Green Blue C M Y K H S L
Decimal 250 175 42 0 0.3 0.83 0.02 38.37 0.95 0.57
Hex FA AF 2A 0 1E 53 2 26 5F 39
Octal 372 257 52 0 36 123 2 46 137 71
Binary 11111010 10101111 101010 0 11110 1010011 10 100110 1011111 111001

Color Harmonies of #FAAF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF2A

Black with #FAAF2A

Text Example


Text Example

White with #FAAF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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