Html Css Color HEX #FAB12A Supernova

📋 copy color: '#FAB12A'

red 250 ◦ green 177 ◦ blue 42

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

Shades of Supernova #FAB12A

Tints of Supernova #FAB12A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 53.3%
G = 37.74%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAB12A (or 0xFAB12A) is known color: Supernova. HEX triplet: FA, B1 and 2A. RGB value is (250,177,42). Sum of RGB (Red+Green+Blue) = 250+177+42=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB12A is #054ED5. Grayscale: #B8B8B8. Windows color (decimal): -347862 or 2798074. OLE color: 2798074.

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

Color convert

RGB 250 177 42 -
CMYK 0 0.29 0.83 0.02
HSL 38.94º 0.95% 0.57% -
HSV(B) 38.94º 0.83% 0.98% -
XYZ 55.56 51.94 9.29 -
YUV 183.44 48.18 175.48 -
System Red Green Blue C M Y K H S L
Decimal 250 177 42 0 0.29 0.83 0.02 38.94 0.95 0.57
Hex FA B1 2A 0 1D 53 2 27 5F 39
Octal 372 261 52 0 35 123 2 47 137 71
Binary 11111010 10110001 101010 0 11101 1010011 10 100111 1011111 111001

Color Harmonies of #FAB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB12A

Black with #FAB12A

Text Example


Text Example

White with #FAB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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