Html Css Color HEX #FE430D Orange Red

📋 copy color: '#FE430D'

red 254 ◦ green 67 ◦ blue 13

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

Shades of Orange Red #FE430D

Tints of Orange Red #FE430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 76.05%
G = 20.06%
B = 3.89%

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

#FE430D (or 0xFE430D) is known color: Orange Red. HEX triplet: FE, 43 and 0D. RGB value is (254,67,13). Sum of RGB (Red+Green+Blue) = 254+67+13=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE430D is #01BCF2. Grayscale: #757575. Windows color (decimal): -113907 or 869374. OLE color: 869374.

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

Color convert

RGB 254 67 13 -
CMYK 0 0.74 0.95 0.00
HSL 13.44º 0.99% 0.52% -
HSV(B) 13.44º 0.95% 1% -
XYZ 42.95 25.11 2.96 -
YUV 116.76 69.45 225.89 -
System Red Green Blue C M Y K H S L
Decimal 254 67 13 0 0.74 0.95 0.00 13.44 0.99 0.52
Hex FE 43 D 0 4A 5F 0 D 63 34
Octal 376 103 15 0 112 137 0 15 143 64
Binary 11111110 1000011 1101 0 1001010 1011111 0 1101 1100011 110100

Color Harmonies of #FE430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE430D

Black with #FE430D

Text Example


Text Example

White with #FE430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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