Html Css Color HEX #FF7135 Burnt Orange

📋 copy color: '#FF7135'

red 255 ◦ green 113 ◦ blue 53

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

Shades of Burnt Orange #FF7135

Tints of Burnt Orange #FF7135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.84%

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

R = 60.57%
G = 26.84%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF7135 (or 0xFF7135) is known color: Burnt Orange. HEX triplet: FF, 71 and 35. RGB value is (255,113,53). Sum of RGB (Red+Green+Blue) = 255+113+53=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7135 is #008ECA. Grayscale: #959595. Windows color (decimal): -36555 or 3502591. OLE color: 3502591.

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

Color convert

RGB 255 113 53 -
CMYK 0 0.56 0.79 0
HSL 17.82º 1% 0.6% -
HSV(B) 17.82º 0.79% 1% -
XYZ 47.79 33.33 7.28 -
YUV 148.62 74.04 203.88 -
System Red Green Blue C M Y K H S L
Decimal 255 113 53 0 0.56 0.79 0 17.82 1 0.6
Hex FF 71 35 0 38 4F 0 12 64 3C
Octal 377 161 65 0 70 117 0 22 144 74
Binary 11111111 1110001 110101 0 111000 1001111 0 10010 1100100 111100

Color Harmonies of #FF7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7135

Black with #FF7135

Text Example


Text Example

White with #FF7135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7135; }

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

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

background-color css

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

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

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

border-color css

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

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

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