Html Css Color HEX #FAB832 Supernova

📋 copy color: '#FAB832'

red 250 ◦ green 184 ◦ blue 50

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

Shades of Supernova #FAB832

Tints of Supernova #FAB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

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

R = 51.65%
G = 38.02%
B = 10.33%

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

#FAB832 (or 0xFAB832) is known color: Supernova. HEX triplet: FA, B8 and 32. RGB value is (250,184,50). Sum of RGB (Red+Green+Blue) = 250+184+50=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB832 is #0547CD. Grayscale: #BDBDBD. Windows color (decimal): -346062 or 3324154. OLE color: 3324154.

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

Color convert

RGB 250 184 50 -
CMYK 0 0.26 0.8 0.02
HSL 40.2º 0.95% 0.59% -
HSV(B) 40.2º 0.8% 0.98% -
XYZ 57.14 54.84 10.59 -
YUV 188.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 250 184 50 0 0.26 0.8 0.02 40.2 0.95 0.59
Hex FA B8 32 0 1A 50 2 28 5F 3B
Octal 372 270 62 0 32 120 2 50 137 73
Binary 11111010 10111000 110010 0 11010 1010000 10 101000 1011111 111011

Color Harmonies of #FAB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB832

Black with #FAB832

Text Example


Text Example

White with #FAB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB832; }

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

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

background-color css

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

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

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

border-color css

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

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

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