Html Css Color HEX #FFB034 Supernova

📋 copy color: '#FFB034'

red 255 ◦ green 176 ◦ blue 52

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

Shades of Supernova #FFB034

Tints of Supernova #FFB034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.77%

R = 52.8%
G = 36.44%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFB034 (or 0xFFB034) is known color: Supernova. HEX triplet: FF, B0 and 34. RGB value is (255,176,52). Sum of RGB (Red+Green+Blue) = 255+176+52=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB034 is #004FCB. Grayscale: #BABABA. Windows color (decimal): -20428 or 3453183. OLE color: 3453183.

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

Color convert

RGB 255 176 52 -
CMYK 0 0.31 0.80 0
HSL 36.65º 1% 0.6% -
HSV(B) 36.65º 0.8% 1% -
XYZ 57.39 52.56 10.37 -
YUV 185.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 255 176 52 0 0.31 0.80 0 36.65 1 0.6
Hex FF B0 34 0 1F 50 0 25 64 3C
Octal 377 260 64 0 37 120 0 45 144 74
Binary 11111111 10110000 110100 0 11111 1010000 0 100101 1100100 111100

Color Harmonies of #FFB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB034

Black with #FFB034

Text Example


Text Example

White with #FFB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB034; }

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

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

background-color css

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

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

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

border-color css

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

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

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