Html Css Color HEX #FE400C Orange Red

📋 copy color: '#FE400C'

red 254 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #FE400C

Tints of Orange Red #FE400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

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

R = 76.97%
G = 19.39%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE400C (or 0xFE400C) is known color: Orange Red. HEX triplet: FE, 40 and 0C. RGB value is (254,64,12). Sum of RGB (Red+Green+Blue) = 254+64+12=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE400C is #01BFF3. Grayscale: #737373. Windows color (decimal): -114676 or 803070. OLE color: 803070.

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

Color convert

RGB 254 64 12 -
CMYK 0 0.75 0.95 0.00
HSL 12.89º 0.99% 0.52% -
HSV(B) 12.89º 0.95% 1% -
XYZ 42.77 24.76 2.87 -
YUV 114.88 69.95 227.23 -
System Red Green Blue C M Y K H S L
Decimal 254 64 12 0 0.75 0.95 0.00 12.89 0.99 0.52
Hex FE 40 C 0 4B 5F 0 D 63 34
Octal 376 100 14 0 113 137 0 15 143 64
Binary 11111110 1000000 1100 0 1001011 1011111 0 1101 1100011 110100

Color Harmonies of #FE400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE400C

Black with #FE400C

Text Example


Text Example

White with #FE400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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