Html Css Color HEX #FAB732 Supernova

📋 copy color: '#FAB732'

red 250 ◦ green 183 ◦ blue 50

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

Shades of Supernova #FAB732

Tints of Supernova #FAB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.89%

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

R = 51.76%
G = 37.89%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAB732 (or 0xFAB732) is known color: Supernova. HEX triplet: FA, B7 and 32. RGB value is (250,183,50). Sum of RGB (Red+Green+Blue) = 250+183+50=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB732 is #0548CD. Grayscale: #BCBCBC. Windows color (decimal): -346318 or 3323898. OLE color: 3323898.

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

Color convert

RGB 250 183 50 -
CMYK 0 0.27 0.8 0.02
HSL 39.9º 0.95% 0.59% -
HSV(B) 39.9º 0.8% 0.98% -
XYZ 56.93 54.42 10.52 -
YUV 187.87 50.2 172.31 -
System Red Green Blue C M Y K H S L
Decimal 250 183 50 0 0.27 0.8 0.02 39.9 0.95 0.59
Hex FA B7 32 0 1B 50 2 28 5F 3B
Octal 372 267 62 0 33 120 2 50 137 73
Binary 11111010 10110111 110010 0 11011 1010000 10 101000 1011111 111011

Color Harmonies of #FAB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB732

Black with #FAB732

Text Example


Text Example

White with #FAB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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