Html Css Color HEX #FE430A Orange Red

📋 copy color: '#FE430A'

red 254 ◦ green 67 ◦ blue 10

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

Shades of Orange Red #FE430A

Tints of Orange Red #FE430A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.02%

R = 76.74%
G = 20.24%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE430A (or 0xFE430A) is known color: Orange Red. HEX triplet: FE, 43 and 0A. RGB value is (254,67,10). Sum of RGB (Red+Green+Blue) = 254+67+10=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE430A is #01BCF5. Grayscale: #747474. Windows color (decimal): -113910 or 672766. OLE color: 672766.

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

Color convert

RGB 254 67 10 -
CMYK 0 0.74 0.96 0.00
HSL 14.02º 0.99% 0.52% -
HSV(B) 14.02º 0.96% 1% -
XYZ 42.93 25.11 2.87 -
YUV 116.42 67.95 226.13 -
System Red Green Blue C M Y K H S L
Decimal 254 67 10 0 0.74 0.96 0.00 14.02 0.99 0.52
Hex FE 43 A 0 4A 60 0 E 63 34
Octal 376 103 12 0 112 140 0 16 143 64
Binary 11111110 1000011 1010 0 1001010 1100000 0 1110 1100011 110100

Color Harmonies of #FE430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE430A

Black with #FE430A

Text Example


Text Example

White with #FE430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE430A; }

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

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

background-color css

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

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

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

border-color css

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

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

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