Html Css Color HEX #FD7030 Burnt Orange

📋 copy color: '#FD7030'

red 253 ◦ green 112 ◦ blue 48

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

Shades of Burnt Orange #FD7030

Tints of Burnt Orange #FD7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 61.26%
G = 27.12%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD7030 (or 0xFD7030) is known color: Burnt Orange. HEX triplet: FD, 70 and 30. RGB value is (253,112,48). Sum of RGB (Red+Green+Blue) = 253+112+48=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7030 is #028FCF. Grayscale: #939393. Windows color (decimal): -167888 or 3174653. OLE color: 3174653.

HSL color Cylindrical-coordinate representation of color #FD7030: hue angle of 18.73º 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 #FD7030 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 112 48 -
CMYK 0 0.56 0.81 0.01
HSL 18.73º 0.98% 0.59% -
HSV(B) 18.73º 0.81% 0.99% -
XYZ 46.84 32.68 6.64 -
YUV 146.86 72.21 203.7 -
System Red Green Blue C M Y K H S L
Decimal 253 112 48 0 0.56 0.81 0.01 18.73 0.98 0.59
Hex FD 70 30 0 38 51 1 13 62 3B
Octal 375 160 60 0 70 121 1 23 142 73
Binary 11111101 1110000 110000 0 111000 1010001 1 10011 1100010 111011

Color Harmonies of #FD7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7030

Black with #FD7030

Text Example


Text Example

White with #FD7030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7030; }

 p { color: rgb(253,112,48); }

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

background-color css

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

 a { background-color: rgb(253,112,48); }

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

border-color css

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

 span { border-color: rgb(253,112,48); }

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