Html Css Color HEX #FF5535 Outrageous Orange

📋 copy color: '#FF5535'

red 255 ◦ green 85 ◦ blue 53

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

Shades of Outrageous Orange #FF5535

Tints of Outrageous Orange #FF5535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

 BLUE value IS 53 (21.09% from 255) = 13.49%

R = 64.89%
G = 21.63%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF5535 (or 0xFF5535) is known color: Outrageous Orange. HEX triplet: FF, 55 and 35. RGB value is (255,85,53). Sum of RGB (Red+Green+Blue) = 255+85+53=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5535 is #00AACA. Grayscale: #848484. Windows color (decimal): -43723 or 3495423. OLE color: 3495423.

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

Color convert

RGB 255 85 53 -
CMYK 0 0.67 0.79 0
HSL 9.5º 1% 0.6% -
HSV(B) 9.5º 0.79% 1% -
XYZ 45.13 28.01 6.4 -
YUV 132.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 255 85 53 0 0.67 0.79 0 9.5 1 0.6
Hex FF 55 35 0 43 4F 0 A 64 3C
Octal 377 125 65 0 103 117 0 12 144 74
Binary 11111111 1010101 110101 0 1000011 1001111 0 1010 1100100 111100

Color Harmonies of #FF5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5535

Black with #FF5535

Text Example


Text Example

White with #FF5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5535; }

 p { color: rgb(255,85,53); }

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

background-color css

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

 a { background-color: rgb(255,85,53); }

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

border-color css

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

 span { border-color: rgb(255,85,53); }

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