Html Css Color HEX #FD7133 Burnt Orange

📋 copy color: '#FD7133'

red 253 ◦ green 113 ◦ blue 51

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

Shades of Burnt Orange #FD7133

Tints of Burnt Orange #FD7133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.23%

R = 60.67%
G = 27.1%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD7133 (or 0xFD7133) is known color: Burnt Orange. HEX triplet: FD, 71 and 33. RGB value is (253,113,51). Sum of RGB (Red+Green+Blue) = 253+113+51=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7133 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7133 is #028ECC. Grayscale: #949494. Windows color (decimal): -167629 or 3371517. OLE color: 3371517.

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

Color convert

RGB 253 113 51 -
CMYK 0 0.55 0.80 0.01
HSL 18.42º 0.98% 0.6% -
HSV(B) 18.42º 0.8% 0.99% -
XYZ 47.01 32.93 7.01 -
YUV 147.79 73.38 203.04 -
System Red Green Blue C M Y K H S L
Decimal 253 113 51 0 0.55 0.80 0.01 18.42 0.98 0.6
Hex FD 71 33 0 37 50 1 12 62 3C
Octal 375 161 63 0 67 120 1 22 142 74
Binary 11111101 1110001 110011 0 110111 1010000 1 10010 1100010 111100

Color Harmonies of #FD7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7133

Black with #FD7133

Text Example


Text Example

White with #FD7133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7133; }

 p { color: rgb(253,113,51); }

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

background-color css

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

 a { background-color: rgb(253,113,51); }

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

border-color css

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

 span { border-color: rgb(253,113,51); }

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