Html Css Color HEX #FAB932 Supernova

📋 copy color: '#FAB932'

red 250 ◦ green 185 ◦ blue 50

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

Shades of Supernova #FAB932

Tints of Supernova #FAB932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 50 (19.92% from 255) = 10.31%

R = 51.55%
G = 38.14%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAB932 (or 0xFAB932) is known color: Supernova. HEX triplet: FA, B9 and 32. RGB value is (250,185,50). Sum of RGB (Red+Green+Blue) = 250+185+50=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB932 is #0546CD. Grayscale: #BDBDBD. Windows color (decimal): -345806 or 3324410. OLE color: 3324410.

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

Color convert

RGB 250 185 50 -
CMYK 0 0.26 0.8 0.02
HSL 40.5º 0.95% 0.59% -
HSV(B) 40.5º 0.8% 0.98% -
XYZ 57.35 55.25 10.66 -
YUV 189.05 49.53 171.48 -
System Red Green Blue C M Y K H S L
Decimal 250 185 50 0 0.26 0.8 0.02 40.5 0.95 0.59
Hex FA B9 32 0 1A 50 2 28 5F 3B
Octal 372 271 62 0 32 120 2 50 137 73
Binary 11111010 10111001 110010 0 11010 1010000 10 101000 1011111 111011

Color Harmonies of #FAB932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB932

Black with #FAB932

Text Example


Text Example

White with #FAB932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB932; }

 p { color: rgb(250,185,50); }

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

background-color css

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

 a { background-color: rgb(250,185,50); }

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

border-color css

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

 span { border-color: rgb(250,185,50); }

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