Html Css Color HEX #FD752F Burnt Orange

📋 copy color: '#FD752F'

red 253 ◦ green 117 ◦ blue 47

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

Shades of Burnt Orange #FD752F

Tints of Burnt Orange #FD752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 60.67%
G = 28.06%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD752F (or 0xFD752F) is known color: Burnt Orange. HEX triplet: FD, 75 and 2F. RGB value is (253,117,47). Sum of RGB (Red+Green+Blue) = 253+117+47=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD752F is #028AD0. Grayscale: #969696. Windows color (decimal): -166609 or 3110397. OLE color: 3110397.

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

Color convert

RGB 253 117 47 -
CMYK 0 0.54 0.81 0.01
HSL 20.39º 0.98% 0.59% -
HSV(B) 20.39º 0.81% 0.99% -
XYZ 47.38 33.81 6.72 -
YUV 149.68 70.06 201.69 -
System Red Green Blue C M Y K H S L
Decimal 253 117 47 0 0.54 0.81 0.01 20.39 0.98 0.59
Hex FD 75 2F 0 36 51 1 14 62 3B
Octal 375 165 57 0 66 121 1 24 142 73
Binary 11111101 1110101 101111 0 110110 1010001 1 10100 1100010 111011

Color Harmonies of #FD752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD752F

Black with #FD752F

Text Example


Text Example

White with #FD752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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