Html Css Color HEX #FE3B0F Orange Red

📋 copy color: '#FE3B0F'

red 254 ◦ green 59 ◦ blue 15

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

Shades of Orange Red #FE3B0F

Tints of Orange Red #FE3B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 77.44%
G = 17.99%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE3B0F (or 0xFE3B0F) is known color: Orange Red. HEX triplet: FE, 3B and 0F. RGB value is (254,59,15). Sum of RGB (Red+Green+Blue) = 254+59+15=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3B0F is #01C4F0. Grayscale: #707070. Windows color (decimal): -115953 or 998398. OLE color: 998398.

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

Color convert

RGB 254 59 15 -
CMYK 0 0.77 0.94 0.00
HSL 11.05º 0.99% 0.53% -
HSV(B) 11.05º 0.94% 1% -
XYZ 42.52 24.23 2.89 -
YUV 112.29 73.1 229.08 -
System Red Green Blue C M Y K H S L
Decimal 254 59 15 0 0.77 0.94 0.00 11.05 0.99 0.53
Hex FE 3B F 0 4D 5E 0 B 63 35
Octal 376 73 17 0 115 136 0 13 143 65
Binary 11111110 111011 1111 0 1001101 1011110 0 1011 1100011 110101

Color Harmonies of #FE3B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3B0F

Black with #FE3B0F

Text Example


Text Example

White with #FE3B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3B0F; }

 p { color: rgb(254,59,15); }

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

background-color css

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

 a { background-color: rgb(254,59,15); }

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

border-color css

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

 span { border-color: rgb(254,59,15); }

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