Html Css Color HEX #FAB93D Supernova

📋 copy color: '#FAB93D'

red 250 ◦ green 185 ◦ blue 61

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

Shades of Supernova #FAB93D

Tints of Supernova #FAB93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.3%

R = 50.4%
G = 37.3%
B = 12.3%

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

#FAB93D (or 0xFAB93D) is known color: Supernova. HEX triplet: FA, B9 and 3D. RGB value is (250,185,61). Sum of RGB (Red+Green+Blue) = 250+185+61=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB93D is #0546C2. Grayscale: #BEBEBE. Windows color (decimal): -345795 or 4045306. OLE color: 4045306.

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

Color convert

RGB 250 185 61 -
CMYK 0 0.26 0.76 0.02
HSL 39.37º 0.95% 0.61% -
HSV(B) 39.37º 0.76% 0.98% -
XYZ 57.62 55.36 12.06 -
YUV 190.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 250 185 61 0 0.26 0.76 0.02 39.37 0.95 0.61
Hex FA B9 3D 0 1A 4C 2 27 5F 3D
Octal 372 271 75 0 32 114 2 47 137 75
Binary 11111010 10111001 111101 0 11010 1001100 10 100111 1011111 111101

Color Harmonies of #FAB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB93D

Black with #FAB93D

Text Example


Text Example

White with #FAB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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