Html Css Color HEX #FAB330 Supernova

📋 copy color: '#FAB330'

red 250 ◦ green 179 ◦ blue 48

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

Shades of Supernova #FAB330

Tints of Supernova #FAB330

RGB

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

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

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

R = 52.41%
G = 37.53%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAB330 (or 0xFAB330) is known color: Supernova. HEX triplet: FA, B3 and 30. RGB value is (250,179,48). Sum of RGB (Red+Green+Blue) = 250+179+48=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB330 is #054CCF. Grayscale: #B9B9B9. Windows color (decimal): -347344 or 3191802. OLE color: 3191802.

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

Color convert

RGB 250 179 48 -
CMYK 0 0.28 0.81 0.02
HSL 38.91º 0.95% 0.58% -
HSV(B) 38.91º 0.81% 0.98% -
XYZ 56.08 52.78 10.03 -
YUV 185.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 250 179 48 0 0.28 0.81 0.02 38.91 0.95 0.58
Hex FA B3 30 0 1C 51 2 27 5F 3A
Octal 372 263 60 0 34 121 2 47 137 72
Binary 11111010 10110011 110000 0 11100 1010001 10 100111 1011111 111010

Color Harmonies of #FAB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB330

Black with #FAB330

Text Example


Text Example

White with #FAB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB330; }

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

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

background-color css

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

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

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

border-color css

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

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

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