Html Css Color HEX #FE3C0C Orange Red

📋 copy color: '#FE3C0C'

red 254 ◦ green 60 ◦ blue 12

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

Shades of Orange Red #FE3C0C

Tints of Orange Red #FE3C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 77.91%
G = 18.4%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE3C0C (or 0xFE3C0C) is known color: Orange Red. HEX triplet: FE, 3C and 0C. RGB value is (254,60,12). Sum of RGB (Red+Green+Blue) = 254+60+12=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3C0C is #01C3F3. Grayscale: #707070. Windows color (decimal): -115700 or 802046. OLE color: 802046.

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

Color convert

RGB 254 60 12 -
CMYK 0 0.76 0.95 0.00
HSL 11.9º 0.99% 0.52% -
HSV(B) 11.9º 0.95% 1% -
XYZ 42.56 24.33 2.8 -
YUV 112.53 71.27 228.9 -
System Red Green Blue C M Y K H S L
Decimal 254 60 12 0 0.76 0.95 0.00 11.9 0.99 0.52
Hex FE 3C C 0 4C 5F 0 C 63 34
Octal 376 74 14 0 114 137 0 14 143 64
Binary 11111110 111100 1100 0 1001100 1011111 0 1100 1100011 110100

Color Harmonies of #FE3C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3C0C

Black with #FE3C0C

Text Example


Text Example

White with #FE3C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3C0C; }

 p { color: rgb(254,60,12); }

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

background-color css

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

 a { background-color: rgb(254,60,12); }

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

border-color css

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

 span { border-color: rgb(254,60,12); }

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