Html Css Color HEX #FAB941 Supernova

📋 copy color: '#FAB941'

red 250 ◦ green 185 ◦ blue 65

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

Shades of Supernova #FAB941

Tints of Supernova #FAB941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13%

R = 50%
G = 37%
B = 13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB941 (or 0xFAB941) is known color: Supernova. HEX triplet: FA, B9 and 41. RGB value is (250,185,65). Sum of RGB (Red+Green+Blue) = 250+185+65=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB941 is #0546BE. Grayscale: #BFBFBF. Windows color (decimal): -345791 or 4307450. OLE color: 4307450.

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

Color convert

RGB 250 185 65 -
CMYK 0 0.26 0.74 0.02
HSL 38.92º 0.95% 0.62% -
HSV(B) 38.92º 0.74% 0.98% -
XYZ 57.73 55.4 12.65 -
YUV 190.76 57.03 170.26 -
System Red Green Blue C M Y K H S L
Decimal 250 185 65 0 0.26 0.74 0.02 38.92 0.95 0.62
Hex FA B9 41 0 1A 4A 2 27 5F 3E
Octal 372 271 101 0 32 112 2 47 137 76
Binary 11111010 10111001 1000001 0 11010 1001010 10 100111 1011111 111110

Color Harmonies of #FAB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB941

Black with #FAB941

Text Example


Text Example

White with #FAB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB941; }

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

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

background-color css

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

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

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

border-color css

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

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

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