Html Css Color HEX #FFB03A Supernova

📋 copy color: '#FFB03A'

red 255 ◦ green 176 ◦ blue 58

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

Shades of Supernova #FFB03A

Tints of Supernova #FFB03A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.99%

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 52.15%
G = 35.99%
B = 11.86%

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

#FFB03A (or 0xFFB03A) is known color: Supernova. HEX triplet: FF, B0 and 3A. RGB value is (255,176,58). Sum of RGB (Red+Green+Blue) = 255+176+58=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB03A is #004FC5. Grayscale: #BABABA. Windows color (decimal): -20422 or 3846399. OLE color: 3846399.

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

Color convert

RGB 255 176 58 -
CMYK 0 0.31 0.77 0
HSL 35.94º 1% 0.61% -
HSV(B) 35.94º 0.77% 1% -
XYZ 57.53 52.62 11.13 -
YUV 186.17 55.67 177.09 -
System Red Green Blue C M Y K H S L
Decimal 255 176 58 0 0.31 0.77 0 35.94 1 0.61
Hex FF B0 3A 0 1F 4D 0 24 64 3D
Octal 377 260 72 0 37 115 0 44 144 75
Binary 11111111 10110000 111010 0 11111 1001101 0 100100 1100100 111101

Color Harmonies of #FFB03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB03A

Black with #FFB03A

Text Example


Text Example

White with #FFB03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB03A; }

 p { color: rgb(255,176,58); }

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

background-color css

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

 a { background-color: rgb(255,176,58); }

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

border-color css

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

 span { border-color: rgb(255,176,58); }

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