Html Css Color HEX #FE742D Burnt Orange

📋 copy color: '#FE742D'

red 254 ◦ green 116 ◦ blue 45

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

Shades of Burnt Orange #FE742D

Tints of Burnt Orange #FE742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

 BLUE value IS 45 (17.97% from 255) = 10.84%

R = 61.2%
G = 27.95%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE742D (or 0xFE742D) is known color: Burnt Orange. HEX triplet: FE, 74 and 2D. RGB value is (254,116,45). Sum of RGB (Red+Green+Blue) = 254+116+45=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE742D is #018BD2. Grayscale: #959595. Windows color (decimal): -101331 or 2979070. OLE color: 2979070.

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

Color convert

RGB 254 116 45 -
CMYK 0 0.54 0.82 0.00
HSL 20.38º 0.99% 0.59% -
HSV(B) 20.38º 0.82% 1% -
XYZ 47.59 33.75 6.49 -
YUV 149.17 69.22 202.77 -
System Red Green Blue C M Y K H S L
Decimal 254 116 45 0 0.54 0.82 0.00 20.38 0.99 0.59
Hex FE 74 2D 0 36 52 0 14 63 3B
Octal 376 164 55 0 66 122 0 24 143 73
Binary 11111110 1110100 101101 0 110110 1010010 0 10100 1100011 111011

Color Harmonies of #FE742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE742D

Black with #FE742D

Text Example


Text Example

White with #FE742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE742D; }

 p { color: rgb(254,116,45); }

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

background-color css

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

 a { background-color: rgb(254,116,45); }

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

border-color css

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

 span { border-color: rgb(254,116,45); }

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