Html Css Color HEX #FE0B3E Torch Red

📋 copy color: '#FE0B3E'

red 254 ◦ green 11 ◦ blue 62

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

Shades of Torch Red #FE0B3E

Tints of Torch Red #FE0B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.36%

 BLUE value IS 62 (24.61% from 255) = 18.96%

R = 77.68%
G = 3.36%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE0B3E (or 0xFE0B3E) is known color: Torch Red. HEX triplet: FE, 0B and 3E. RGB value is (254,11,62). Sum of RGB (Red+Green+Blue) = 254+11+62=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0B3E is #01F4C1. Grayscale: #595959. Windows color (decimal): -128194 or 4066302. OLE color: 4066302.

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

Color convert

RGB 254 11 62 -
CMYK 0 0.96 0.76 0.00
HSL 347.41º 0.99% 0.52% -
HSV(B) 347.41º 0.96% 1% -
XYZ 41.86 21.66 6.53 -
YUV 89.47 112.51 245.35 -
System Red Green Blue C M Y K H S L
Decimal 254 11 62 0 0.96 0.76 0.00 347.41 0.99 0.52
Hex FE B 3E 0 60 4C 0 15B 63 34
Octal 376 13 76 0 140 114 0 533 143 64
Binary 11111110 1011 111110 0 1100000 1001100 0 101011011 1100011 110100

Color Harmonies of #FE0B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B3E

Black with #FE0B3E

Text Example


Text Example

White with #FE0B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B3E; }

 p { color: rgb(254,11,62); }

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

background-color css

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

 a { background-color: rgb(254,11,62); }

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

border-color css

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

 span { border-color: rgb(254,11,62); }

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