Html Css Color HEX #FFB941 Supernova

📋 copy color: '#FFB941'

red 255 ◦ green 185 ◦ blue 65

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

Shades of Supernova #FFB941

Tints of Supernova #FFB941

RGB

 RED value IS 255 (100% from 255) = 50.5%

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

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

R = 50.5%
G = 36.63%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFB941 (or 0xFFB941) is known color: Supernova. HEX triplet: FF, B9 and 41. RGB value is (255,185,65). Sum of RGB (Red+Green+Blue) = 255+185+65=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB941 is #0046BE. Grayscale: #C0C0C0. Windows color (decimal): -18111 or 4307455. OLE color: 4307455.

HSL color Cylindrical-coordinate representation of color #FFB941: hue angle of 37.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFB941 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 65 -
CMYK 0 0.27 0.75 0
HSL 37.89º 1% 0.63% -
HSV(B) 37.89º 0.75% 1% -
XYZ 59.54 56.34 12.74 -
YUV 192.25 56.19 172.76 -
System Red Green Blue C M Y K H S L
Decimal 255 185 65 0 0.27 0.75 0 37.89 1 0.63
Hex FF B9 41 0 1B 4B 0 26 64 3F
Octal 377 271 101 0 33 113 0 46 144 77
Binary 11111111 10111001 1000001 0 11011 1001011 0 100110 1100100 111111

Color Harmonies of #FFB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB941

Black with #FFB941

Text Example


Text Example

White with #FFB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB941; }

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

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

background-color css

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

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

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

border-color css

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

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

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