Html Css Color HEX #FAB528 Supernova

📋 copy color: '#FAB528'

red 250 ◦ green 181 ◦ blue 40

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

Shades of Supernova #FAB528

Tints of Supernova #FAB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.49%

R = 53.08%
G = 38.43%
B = 8.49%

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

#FAB528 (or 0xFAB528) is known color: Supernova. HEX triplet: FA, B5 and 28. RGB value is (250,181,40). Sum of RGB (Red+Green+Blue) = 250+181+40=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB528 is #054AD7. Grayscale: #BABABA. Windows color (decimal): -346840 or 2668026. OLE color: 2668026.

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

Color convert

RGB 250 181 40 -
CMYK 0 0.28 0.84 0.02
HSL 40.29º 0.95% 0.57% -
HSV(B) 40.29º 0.84% 0.98% -
XYZ 56.33 53.52 9.37 -
YUV 185.56 45.86 173.96 -
System Red Green Blue C M Y K H S L
Decimal 250 181 40 0 0.28 0.84 0.02 40.29 0.95 0.57
Hex FA B5 28 0 1C 54 2 28 5F 39
Octal 372 265 50 0 34 124 2 50 137 71
Binary 11111010 10110101 101000 0 11100 1010100 10 101000 1011111 111001

Color Harmonies of #FAB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB528

Black with #FAB528

Text Example


Text Example

White with #FAB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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