Html Css Color HEX #FAB93B Supernova

📋 copy color: '#FAB93B'

red 250 ◦ green 185 ◦ blue 59

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

Shades of Supernova #FAB93B

Tints of Supernova #FAB93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.94%

R = 50.61%
G = 37.45%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAB93B (or 0xFAB93B) is known color: Supernova. HEX triplet: FA, B9 and 3B. RGB value is (250,185,59). Sum of RGB (Red+Green+Blue) = 250+185+59=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB93B is #0546C4. Grayscale: #BEBEBE. Windows color (decimal): -345797 or 3914234. OLE color: 3914234.

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

Color convert

RGB 250 185 59 -
CMYK 0 0.26 0.76 0.02
HSL 39.58º 0.95% 0.61% -
HSV(B) 39.58º 0.76% 0.98% -
XYZ 57.56 55.34 11.79 -
YUV 190.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 250 185 59 0 0.26 0.76 0.02 39.58 0.95 0.61
Hex FA B9 3B 0 1A 4C 2 28 5F 3D
Octal 372 271 73 0 32 114 2 50 137 75
Binary 11111010 10111001 111011 0 11010 1001100 10 101000 1011111 111101

Color Harmonies of #FAB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB93B

Black with #FAB93B

Text Example


Text Example

White with #FAB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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