Html Css Color HEX #FD7D3B Burnt Orange

📋 copy color: '#FD7D3B'

red 253 ◦ green 125 ◦ blue 59

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

Shades of Burnt Orange #FD7D3B

Tints of Burnt Orange #FD7D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.5%

R = 57.89%
G = 28.6%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD7D3B (or 0xFD7D3B) is known color: Burnt Orange. HEX triplet: FD, 7D and 3B. RGB value is (253,125,59). Sum of RGB (Red+Green+Blue) = 253+125+59=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D3B is #0282C4. Grayscale: #9C9C9C. Windows color (decimal): -164549 or 3898877. OLE color: 3898877.

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

Color convert

RGB 253 125 59 -
CMYK 0 0.51 0.77 0.01
HSL 20.41º 0.98% 0.61% -
HSV(B) 20.41º 0.77% 0.99% -
XYZ 48.63 35.87 8.5 -
YUV 155.75 73.41 197.37 -
System Red Green Blue C M Y K H S L
Decimal 253 125 59 0 0.51 0.77 0.01 20.41 0.98 0.61
Hex FD 7D 3B 0 33 4D 1 14 62 3D
Octal 375 175 73 0 63 115 1 24 142 75
Binary 11111101 1111101 111011 0 110011 1001101 1 10100 1100010 111101

Color Harmonies of #FD7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D3B

Black with #FD7D3B

Text Example


Text Example

White with #FD7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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