Html Css Color HEX #FF7335 Burnt Orange

📋 copy color: '#FF7335'

red 255 ◦ green 115 ◦ blue 53

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

Shades of Burnt Orange #FF7335

Tints of Burnt Orange #FF7335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

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

R = 60.28%
G = 27.19%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF7335 (or 0xFF7335) is known color: Burnt Orange. HEX triplet: FF, 73 and 35. RGB value is (255,115,53). Sum of RGB (Red+Green+Blue) = 255+115+53=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7335 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7335 is #008CCA. Grayscale: #969696. Windows color (decimal): -36043 or 3503103. OLE color: 3503103.

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

Color convert

RGB 255 115 53 -
CMYK 0 0.55 0.79 0
HSL 18.42º 1% 0.6% -
HSV(B) 18.42º 0.79% 1% -
XYZ 48.01 33.78 7.36 -
YUV 149.79 73.38 203.04 -
System Red Green Blue C M Y K H S L
Decimal 255 115 53 0 0.55 0.79 0 18.42 1 0.6
Hex FF 73 35 0 37 4F 0 12 64 3C
Octal 377 163 65 0 67 117 0 22 144 74
Binary 11111111 1110011 110101 0 110111 1001111 0 10010 1100100 111100

Color Harmonies of #FF7335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7335

Black with #FF7335

Text Example


Text Example

White with #FF7335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7335; }

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

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

background-color css

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

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

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

border-color css

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

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

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