Html Css Color HEX #FE6F2D Burnt Orange

📋 copy color: '#FE6F2D'

red 254 ◦ green 111 ◦ blue 45

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

Shades of Burnt Orange #FE6F2D

Tints of Burnt Orange #FE6F2D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

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

R = 61.95%
G = 27.07%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE6F2D (or 0xFE6F2D) is known color: Burnt Orange. HEX triplet: FE, 6F and 2D. RGB value is (254,111,45). Sum of RGB (Red+Green+Blue) = 254+111+45=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6F2D is #0190D2. Grayscale: #929292. Windows color (decimal): -102611 or 2977790. OLE color: 2977790.

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

Color convert

RGB 254 111 45 -
CMYK 0 0.56 0.82 0.00
HSL 18.95º 0.99% 0.59% -
HSV(B) 18.95º 0.82% 1% -
XYZ 47.03 32.63 6.3 -
YUV 146.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 254 111 45 0 0.56 0.82 0.00 18.95 0.99 0.59
Hex FE 6F 2D 0 38 52 0 13 63 3B
Octal 376 157 55 0 70 122 0 23 143 73
Binary 11111110 1101111 101101 0 111000 1010010 0 10011 1100011 111011

Color Harmonies of #FE6F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F2D

Black with #FE6F2D

Text Example


Text Example

White with #FE6F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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