Html Css Color HEX #FD7535 Burnt Orange

📋 copy color: '#FD7535'

red 253 ◦ green 117 ◦ blue 53

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

Shades of Burnt Orange #FD7535

Tints of Burnt Orange #FD7535

RGB

 RED value IS 253 (99.22% from 255) = 59.81%

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 59.81%
G = 27.66%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD7535 (or 0xFD7535) is known color: Burnt Orange. HEX triplet: FD, 75 and 35. RGB value is (253,117,53). Sum of RGB (Red+Green+Blue) = 253+117+53=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7535 is #028ACA. Grayscale: #969696. Windows color (decimal): -166603 or 3503613. OLE color: 3503613.

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

Color convert

RGB 253 117 53 -
CMYK 0 0.54 0.79 0.01
HSL 19.2º 0.98% 0.6% -
HSV(B) 19.2º 0.79% 0.99% -
XYZ 47.51 33.86 7.4 -
YUV 150.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 253 117 53 0 0.54 0.79 0.01 19.2 0.98 0.6
Hex FD 75 35 0 36 4F 1 13 62 3C
Octal 375 165 65 0 66 117 1 23 142 74
Binary 11111101 1110101 110101 0 110110 1001111 1 10011 1100010 111100

Color Harmonies of #FD7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7535

Black with #FD7535

Text Example


Text Example

White with #FD7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7535; }

 p { color: rgb(253,117,53); }

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

background-color css

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

 a { background-color: rgb(253,117,53); }

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

border-color css

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

 span { border-color: rgb(253,117,53); }

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