Html Css Color HEX #FFB13B Supernova

📋 copy color: '#FFB13B'

red 255 ◦ green 177 ◦ blue 59

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

Shades of Supernova #FFB13B

Tints of Supernova #FFB13B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

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

R = 51.93%
G = 36.05%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFB13B (or 0xFFB13B) is known color: Supernova. HEX triplet: FF, B1 and 3B. RGB value is (255,177,59). Sum of RGB (Red+Green+Blue) = 255+177+59=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB13B is #004EC4. Grayscale: #BBBBBB. Windows color (decimal): -20165 or 3912191. OLE color: 3912191.

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

Color convert

RGB 255 177 59 -
CMYK 0 0.31 0.77 0
HSL 36.12º 1% 0.62% -
HSV(B) 36.12º 0.77% 1% -
XYZ 57.75 53.02 11.33 -
YUV 186.87 55.84 176.59 -
System Red Green Blue C M Y K H S L
Decimal 255 177 59 0 0.31 0.77 0 36.12 1 0.62
Hex FF B1 3B 0 1F 4D 0 24 64 3E
Octal 377 261 73 0 37 115 0 44 144 76
Binary 11111111 10110001 111011 0 11111 1001101 0 100100 1100100 111110

Color Harmonies of #FFB13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB13B

Black with #FFB13B

Text Example


Text Example

White with #FFB13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB13B; }

 p { color: rgb(255,177,59); }

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

background-color css

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

 a { background-color: rgb(255,177,59); }

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

border-color css

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

 span { border-color: rgb(255,177,59); }

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