Html Css Color HEX #FAB124 Supernova

📋 copy color: '#FAB124'

red 250 ◦ green 177 ◦ blue 36

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

Shades of Supernova #FAB124

Tints of Supernova #FAB124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.78%

R = 54%
G = 38.23%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAB124 (or 0xFAB124) is known color: Supernova. HEX triplet: FA, B1 and 24. RGB value is (250,177,36). Sum of RGB (Red+Green+Blue) = 250+177+36=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 36 (14.45% from 255 or 7.78% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB124 is #054EDB. Grayscale: #B7B7B7. Windows color (decimal): -347868 or 2404858. OLE color: 2404858.

HSL color Cylindrical-coordinate representation of color #FAB124: hue angle of 39.53º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB124 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 36 -
CMYK 0 0.29 0.86 0.02
HSL 39.53º 0.96% 0.56% -
HSV(B) 39.53º 0.86% 0.98% -
XYZ 55.46 51.9 8.76 -
YUV 182.75 45.18 175.96 -
System Red Green Blue C M Y K H S L
Decimal 250 177 36 0 0.29 0.86 0.02 39.53 0.96 0.56
Hex FA B1 24 0 1D 56 2 28 60 38
Octal 372 261 44 0 35 126 2 50 140 70
Binary 11111010 10110001 100100 0 11101 1010110 10 101000 1100000 111000

Color Harmonies of #FAB124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB124

Black with #FAB124

Text Example


Text Example

White with #FAB124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB124; }

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

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

background-color css

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

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

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

border-color css

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

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

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