Html Css Color HEX #FE420C Orange Red

📋 copy color: '#FE420C'

red 254 ◦ green 66 ◦ blue 12

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

Shades of Orange Red #FE420C

Tints of Orange Red #FE420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 76.51%
G = 19.88%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE420C (or 0xFE420C) is known color: Orange Red. HEX triplet: FE, 42 and 0C. RGB value is (254,66,12). Sum of RGB (Red+Green+Blue) = 254+66+12=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE420C is #01BDF3. Grayscale: #747474. Windows color (decimal): -114164 or 803582. OLE color: 803582.

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

Color convert

RGB 254 66 12 -
CMYK 0 0.74 0.95 0.00
HSL 13.39º 0.99% 0.52% -
HSV(B) 13.39º 0.95% 1% -
XYZ 42.89 24.99 2.91 -
YUV 116.06 69.28 226.39 -
System Red Green Blue C M Y K H S L
Decimal 254 66 12 0 0.74 0.95 0.00 13.39 0.99 0.52
Hex FE 42 C 0 4A 5F 0 D 63 34
Octal 376 102 14 0 112 137 0 15 143 64
Binary 11111110 1000010 1100 0 1001010 1011111 0 1101 1100011 110100

Color Harmonies of #FE420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE420C

Black with #FE420C

Text Example


Text Example

White with #FE420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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