Html Css Color HEX #FAB325 Supernova

📋 copy color: '#FAB325'

red 250 ◦ green 179 ◦ blue 37

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

Shades of Supernova #FAB325

Tints of Supernova #FAB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

 BLUE value IS 37 (14.84% from 255) = 7.94%

R = 53.65%
G = 38.41%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAB325 (or 0xFAB325) is known color: Supernova. HEX triplet: FA, B3 and 25. RGB value is (250,179,37). Sum of RGB (Red+Green+Blue) = 250+179+37=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB325 is #054CDA. Grayscale: #B8B8B8. Windows color (decimal): -347355 or 2470906. OLE color: 2470906.

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

Color convert

RGB 250 179 37 -
CMYK 0 0.28 0.85 0.02
HSL 40º 0.96% 0.56% -
HSV(B) 40º 0.85% 0.98% -
XYZ 55.88 52.7 8.98 -
YUV 184.04 45.02 175.05 -
System Red Green Blue C M Y K H S L
Decimal 250 179 37 0 0.28 0.85 0.02 40 0.96 0.56
Hex FA B3 25 0 1C 55 2 28 60 38
Octal 372 263 45 0 34 125 2 50 140 70
Binary 11111010 10110011 100101 0 11100 1010101 10 101000 1100000 111000

Color Harmonies of #FAB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB325

Black with #FAB325

Text Example


Text Example

White with #FAB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB325; }

 p { color: rgb(250,179,37); }

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

background-color css

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

 a { background-color: rgb(250,179,37); }

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

border-color css

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

 span { border-color: rgb(250,179,37); }

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