Html Css Color HEX #FD7D3F Burnt Orange

📋 copy color: '#FD7D3F'

red 253 ◦ green 125 ◦ blue 63

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

Shades of Burnt Orange #FD7D3F

Tints of Burnt Orange #FD7D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

 BLUE value IS 63 (25% from 255) = 14.29%

R = 57.37%
G = 28.34%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD7D3F (or 0xFD7D3F) is known color: Burnt Orange. HEX triplet: FD, 7D and 3F. RGB value is (253,125,63). Sum of RGB (Red+Green+Blue) = 253+125+63=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D3F is #0282C0. Grayscale: #9C9C9C. Windows color (decimal): -164545 or 4161021. OLE color: 4161021.

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

Color convert

RGB 253 125 63 -
CMYK 0 0.51 0.75 0.01
HSL 19.58º 0.98% 0.62% -
HSV(B) 19.58º 0.75% 0.99% -
XYZ 48.74 35.91 9.06 -
YUV 156.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 253 125 63 0 0.51 0.75 0.01 19.58 0.98 0.62
Hex FD 7D 3F 0 33 4B 1 14 62 3E
Octal 375 175 77 0 63 113 1 24 142 76
Binary 11111101 1111101 111111 0 110011 1001011 1 10100 1100010 111110

Color Harmonies of #FD7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D3F

Black with #FD7D3F

Text Example


Text Example

White with #FD7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D3F; }

 p { color: rgb(253,125,63); }

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

background-color css

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

 a { background-color: rgb(253,125,63); }

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

border-color css

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

 span { border-color: rgb(253,125,63); }

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