Html Css Color HEX #FE6D30 Burnt Orange

📋 copy color: '#FE6D30'

red 254 ◦ green 109 ◦ blue 48

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

Shades of Burnt Orange #FE6D30

Tints of Burnt Orange #FE6D30

RGB

 RED value IS 254 (99.61% from 255) = 61.8%

 GREEN value IS 109 (42.97% from 255) = 26.52%

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

R = 61.8%
G = 26.52%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE6D30 (or 0xFE6D30) is known color: Burnt Orange. HEX triplet: FE, 6D and 30. RGB value is (254,109,48). Sum of RGB (Red+Green+Blue) = 254+109+48=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D30 is #0192CF. Grayscale: #919191. Windows color (decimal): -103120 or 3173886. OLE color: 3173886.

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

Color convert

RGB 254 109 48 -
CMYK 0 0.57 0.81 0.00
HSL 17.77º 0.99% 0.59% -
HSV(B) 17.77º 0.81% 1% -
XYZ 46.88 32.22 6.55 -
YUV 145.4 73.04 205.46 -
System Red Green Blue C M Y K H S L
Decimal 254 109 48 0 0.57 0.81 0.00 17.77 0.99 0.59
Hex FE 6D 30 0 39 51 0 12 63 3B
Octal 376 155 60 0 71 121 0 22 143 73
Binary 11111110 1101101 110000 0 111001 1010001 0 10010 1100011 111011

Color Harmonies of #FE6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D30

Black with #FE6D30

Text Example


Text Example

White with #FE6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D30; }

 p { color: rgb(254,109,48); }

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

background-color css

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

 a { background-color: rgb(254,109,48); }

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

border-color css

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

 span { border-color: rgb(254,109,48); }

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