Html Css Color HEX #FFB134 Supernova

📋 copy color: '#FFB134'

red 255 ◦ green 177 ◦ blue 52

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

Shades of Supernova #FFB134

Tints of Supernova #FFB134

RGB

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

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

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

R = 52.69%
G = 36.57%
B = 10.74%

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

#FFB134 (or 0xFFB134) is known color: Supernova. HEX triplet: FF, B1 and 34. RGB value is (255,177,52). Sum of RGB (Red+Green+Blue) = 255+177+52=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB134 is #004ECB. Grayscale: #BABABA. Windows color (decimal): -20172 or 3453439. OLE color: 3453439.

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

Color convert

RGB 255 177 52 -
CMYK 0 0.31 0.80 0
HSL 36.95º 1% 0.6% -
HSV(B) 36.95º 0.8% 1% -
XYZ 57.58 52.95 10.43 -
YUV 186.07 52.34 177.16 -
System Red Green Blue C M Y K H S L
Decimal 255 177 52 0 0.31 0.80 0 36.95 1 0.6
Hex FF B1 34 0 1F 50 0 25 64 3C
Octal 377 261 64 0 37 120 0 45 144 74
Binary 11111111 10110001 110100 0 11111 1010000 0 100101 1100100 111100

Color Harmonies of #FFB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB134

Black with #FFB134

Text Example


Text Example

White with #FFB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB134; }

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

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

background-color css

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

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

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

border-color css

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

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

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