Html Css Color HEX #FFB03B Supernova

📋 copy color: '#FFB03B'

red 255 ◦ green 176 ◦ blue 59

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

Shades of Supernova #FFB03B

Tints of Supernova #FFB03B

RGB

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

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

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

R = 52.04%
G = 35.92%
B = 12.04%

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

#FFB03B (or 0xFFB03B) is known color: Supernova. HEX triplet: FF, B0 and 3B. RGB value is (255,176,59). Sum of RGB (Red+Green+Blue) = 255+176+59=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB03B is #004FC4. Grayscale: #BABABA. Windows color (decimal): -20421 or 3911935. OLE color: 3911935.

HSL color Cylindrical-coordinate representation of color #FFB03B: hue angle of 35.82º 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 #FFB03B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 59 -
CMYK 0 0.31 0.77 0
HSL 35.82º 1% 0.62% -
HSV(B) 35.82º 0.77% 1% -
XYZ 57.55 52.63 11.26 -
YUV 186.28 56.17 177.01 -
System Red Green Blue C M Y K H S L
Decimal 255 176 59 0 0.31 0.77 0 35.82 1 0.62
Hex FF B0 3B 0 1F 4D 0 24 64 3E
Octal 377 260 73 0 37 115 0 44 144 76
Binary 11111111 10110000 111011 0 11111 1001101 0 100100 1100100 111110

Color Harmonies of #FFB03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB03B

Black with #FFB03B

Text Example


Text Example

White with #FFB03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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