Html Css Color HEX #FD6E30 Burnt Orange

📋 copy color: '#FD6E30'

red 253 ◦ green 110 ◦ blue 48

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

Shades of Burnt Orange #FD6E30

Tints of Burnt Orange #FD6E30

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.76%

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

R = 61.56%
G = 26.76%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD6E30 (or 0xFD6E30) is known color: Burnt Orange. HEX triplet: FD, 6E and 30. RGB value is (253,110,48). Sum of RGB (Red+Green+Blue) = 253+110+48=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6E30 is #0291CF. Grayscale: #929292. Windows color (decimal): -168400 or 3174141. OLE color: 3174141.

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

Color convert

RGB 253 110 48 -
CMYK 0 0.57 0.81 0.01
HSL 18.15º 0.98% 0.59% -
HSV(B) 18.15º 0.81% 0.99% -
XYZ 46.62 32.25 6.56 -
YUV 145.69 72.88 204.54 -
System Red Green Blue C M Y K H S L
Decimal 253 110 48 0 0.57 0.81 0.01 18.15 0.98 0.59
Hex FD 6E 30 0 39 51 1 12 62 3B
Octal 375 156 60 0 71 121 1 22 142 73
Binary 11111101 1101110 110000 0 111001 1010001 1 10010 1100010 111011

Color Harmonies of #FD6E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E30

Black with #FD6E30

Text Example


Text Example

White with #FD6E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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