Html Css Color HEX #FAB130 Supernova

📋 copy color: '#FAB130'

red 250 ◦ green 177 ◦ blue 48

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

Shades of Supernova #FAB130

Tints of Supernova #FAB130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.11%

R = 52.63%
G = 37.26%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAB130 (or 0xFAB130) is known color: Supernova. HEX triplet: FA, B1 and 30. RGB value is (250,177,48). Sum of RGB (Red+Green+Blue) = 250+177+48=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB130 is #054ECF. Grayscale: #B8B8B8. Windows color (decimal): -347856 or 3191290. OLE color: 3191290.

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

Color convert

RGB 250 177 48 -
CMYK 0 0.29 0.81 0.02
HSL 38.32º 0.95% 0.58% -
HSV(B) 38.32º 0.81% 0.98% -
XYZ 55.68 51.98 9.9 -
YUV 184.12 51.18 174.99 -
System Red Green Blue C M Y K H S L
Decimal 250 177 48 0 0.29 0.81 0.02 38.32 0.95 0.58
Hex FA B1 30 0 1D 51 2 26 5F 3A
Octal 372 261 60 0 35 121 2 46 137 72
Binary 11111010 10110001 110000 0 11101 1010001 10 100110 1011111 111010

Color Harmonies of #FAB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB130

Black with #FAB130

Text Example


Text Example

White with #FAB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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