Html Css Color HEX #FE430C Orange Red

📋 copy color: '#FE430C'

red 254 ◦ green 67 ◦ blue 12

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

Shades of Orange Red #FE430C

Tints of Orange Red #FE430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 76.28%
G = 20.12%
B = 3.6%

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

#FE430C (or 0xFE430C) is known color: Orange Red. HEX triplet: FE, 43 and 0C. RGB value is (254,67,12). Sum of RGB (Red+Green+Blue) = 254+67+12=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE430C is #01BCF3. Grayscale: #757575. Windows color (decimal): -113908 or 803838. OLE color: 803838.

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

Color convert

RGB 254 67 12 -
CMYK 0 0.74 0.95 0.00
HSL 13.64º 0.99% 0.52% -
HSV(B) 13.64º 0.95% 1% -
XYZ 42.95 25.11 2.93 -
YUV 116.64 68.95 225.97 -
System Red Green Blue C M Y K H S L
Decimal 254 67 12 0 0.74 0.95 0.00 13.64 0.99 0.52
Hex FE 43 C 0 4A 5F 0 E 63 34
Octal 376 103 14 0 112 137 0 16 143 64
Binary 11111110 1000011 1100 0 1001010 1011111 0 1110 1100011 110100

Color Harmonies of #FE430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE430C

Black with #FE430C

Text Example


Text Example

White with #FE430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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