Html Css Color HEX #FFB93D Supernova

📋 copy color: '#FFB93D'

red 255 ◦ green 185 ◦ blue 61

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

Shades of Supernova #FFB93D

Tints of Supernova #FFB93D

RGB

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

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

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

R = 50.9%
G = 36.93%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFB93D (or 0xFFB93D) is known color: Supernova. HEX triplet: FF, B9 and 3D. RGB value is (255,185,61). Sum of RGB (Red+Green+Blue) = 255+185+61=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB93D is #0046C2. Grayscale: #C0C0C0. Windows color (decimal): -18115 or 4045311. OLE color: 4045311.

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

Color convert

RGB 255 185 61 -
CMYK 0 0.27 0.76 0
HSL 38.35º 1% 0.62% -
HSV(B) 38.35º 0.76% 1% -
XYZ 59.43 56.29 12.15 -
YUV 191.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 255 185 61 0 0.27 0.76 0 38.35 1 0.62
Hex FF B9 3D 0 1B 4C 0 26 64 3E
Octal 377 271 75 0 33 114 0 46 144 76
Binary 11111111 10111001 111101 0 11011 1001100 0 100110 1100100 111110

Color Harmonies of #FFB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB93D

Black with #FFB93D

Text Example


Text Example

White with #FFB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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