Html Css Color HEX #FAB232 Supernova

📋 copy color: '#FAB232'

red 250 ◦ green 178 ◦ blue 50

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

Shades of Supernova #FAB232

Tints of Supernova #FAB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

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

R = 52.3%
G = 37.24%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAB232 (or 0xFAB232) is known color: Supernova. HEX triplet: FA, B2 and 32. RGB value is (250,178,50). Sum of RGB (Red+Green+Blue) = 250+178+50=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB232 is #054DCD. Grayscale: #B9B9B9. Windows color (decimal): -347598 or 3322618. OLE color: 3322618.

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

Color convert

RGB 250 178 50 -
CMYK 0 0.29 0.8 0.02
HSL 38.4º 0.95% 0.59% -
HSV(B) 38.4º 0.8% 0.98% -
XYZ 55.92 52.4 10.18 -
YUV 184.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 250 178 50 0 0.29 0.8 0.02 38.4 0.95 0.59
Hex FA B2 32 0 1D 50 2 26 5F 3B
Octal 372 262 62 0 35 120 2 46 137 73
Binary 11111010 10110010 110010 0 11101 1010000 10 100110 1011111 111011

Color Harmonies of #FAB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB232

Black with #FAB232

Text Example


Text Example

White with #FAB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB232; }

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

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

background-color css

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

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

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

border-color css

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

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

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