Html Css Color HEX #FAB529 Supernova

📋 copy color: '#FAB529'

red 250 ◦ green 181 ◦ blue 41

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

Shades of Supernova #FAB529

Tints of Supernova #FAB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

 BLUE value IS 41 (16.41% from 255) = 8.69%

R = 52.97%
G = 38.35%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAB529 (or 0xFAB529) is known color: Supernova. HEX triplet: FA, B5 and 29. RGB value is (250,181,41). Sum of RGB (Red+Green+Blue) = 250+181+41=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB529 is #054AD6. Grayscale: #BABABA. Windows color (decimal): -346839 or 2733562. OLE color: 2733562.

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

Color convert

RGB 250 181 41 -
CMYK 0 0.28 0.84 0.02
HSL 40.19º 0.95% 0.57% -
HSV(B) 40.19º 0.84% 0.98% -
XYZ 56.35 53.53 9.46 -
YUV 185.67 46.36 173.88 -
System Red Green Blue C M Y K H S L
Decimal 250 181 41 0 0.28 0.84 0.02 40.19 0.95 0.57
Hex FA B5 29 0 1C 54 2 28 5F 39
Octal 372 265 51 0 34 124 2 50 137 71
Binary 11111010 10110101 101001 0 11100 1010100 10 101000 1011111 111001

Color Harmonies of #FAB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB529

Black with #FAB529

Text Example


Text Example

White with #FAB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB529; }

 p { color: rgb(250,181,41); }

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

background-color css

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

 a { background-color: rgb(250,181,41); }

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

border-color css

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

 span { border-color: rgb(250,181,41); }

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