Html Css Color HEX #FABB32 Supernova

📋 copy color: '#FABB32'

red 250 ◦ green 187 ◦ blue 50

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

Shades of Supernova #FABB32

Tints of Supernova #FABB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

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

R = 51.33%
G = 38.4%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FABB32 (or 0xFABB32) is known color: Supernova. HEX triplet: FA, BB and 32. RGB value is (250,187,50). Sum of RGB (Red+Green+Blue) = 250+187+50=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB32 is #0544CD. Grayscale: #BEBEBE. Windows color (decimal): -345294 or 3324922. OLE color: 3324922.

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

Color convert

RGB 250 187 50 -
CMYK 0 0.25 0.8 0.02
HSL 41.1º 0.95% 0.59% -
HSV(B) 41.1º 0.8% 0.98% -
XYZ 57.77 56.09 10.8 -
YUV 190.22 48.87 170.64 -
System Red Green Blue C M Y K H S L
Decimal 250 187 50 0 0.25 0.8 0.02 41.1 0.95 0.59
Hex FA BB 32 0 19 50 2 29 5F 3B
Octal 372 273 62 0 31 120 2 51 137 73
Binary 11111010 10111011 110010 0 11001 1010000 10 101001 1011111 111011

Color Harmonies of #FABB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB32

Black with #FABB32

Text Example


Text Example

White with #FABB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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