Html Css Color HEX #FD752E Burnt Orange

📋 copy color: '#FD752E'

red 253 ◦ green 117 ◦ blue 46

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

Shades of Burnt Orange #FD752E

Tints of Burnt Orange #FD752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 60.82%
G = 28.13%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD752E (or 0xFD752E) is known color: Burnt Orange. HEX triplet: FD, 75 and 2E. RGB value is (253,117,46). Sum of RGB (Red+Green+Blue) = 253+117+46=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD752E is #028AD1. Grayscale: #959595. Windows color (decimal): -166610 or 3044861. OLE color: 3044861.

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

Color convert

RGB 253 117 46 -
CMYK 0 0.54 0.82 0.01
HSL 20.58º 0.98% 0.59% -
HSV(B) 20.58º 0.82% 0.99% -
XYZ 47.36 33.8 6.61 -
YUV 149.57 69.56 201.77 -
System Red Green Blue C M Y K H S L
Decimal 253 117 46 0 0.54 0.82 0.01 20.58 0.98 0.59
Hex FD 75 2E 0 36 52 1 15 62 3B
Octal 375 165 56 0 66 122 1 25 142 73
Binary 11111101 1110101 101110 0 110110 1010010 1 10101 1100010 111011

Color Harmonies of #FD752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD752E

Black with #FD752E

Text Example


Text Example

White with #FD752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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