Html Css Color HEX #FA421E Red Orange

📋 copy color: '#FA421E'

red 250 ◦ green 66 ◦ blue 30

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

Shades of Red Orange #FA421E

Tints of Red Orange #FA421E

RGB

 RED value IS 250 (98.05% from 255) = 72.25%

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 72.25%
G = 19.08%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA421E (or 0xFA421E) is known color: Red Orange. HEX triplet: FA, 42 and 1E. RGB value is (250,66,30). Sum of RGB (Red+Green+Blue) = 250+66+30=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA421E is #05BDE1. Grayscale: #757575. Windows color (decimal): -376290 or 1983226. OLE color: 1983226.

HSL color Cylindrical-coordinate representation of color #FA421E: hue angle of 9.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA421E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 66 30 -
CMYK 0 0.74 0.88 0.02
HSL 9.82º 0.96% 0.55% -
HSV(B) 9.82º 0.88% 0.98% -
XYZ 41.61 24.31 3.73 -
YUV 116.91 78.96 222.93 -
System Red Green Blue C M Y K H S L
Decimal 250 66 30 0 0.74 0.88 0.02 9.82 0.96 0.55
Hex FA 42 1E 0 4A 58 2 A 60 37
Octal 372 102 36 0 112 130 2 12 140 67
Binary 11111010 1000010 11110 0 1001010 1011000 10 1010 1100000 110111

Color Harmonies of #FA421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA421E

Black with #FA421E

Text Example


Text Example

White with #FA421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA421E; }

 p { color: rgb(250,66,30); }

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

background-color css

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

 a { background-color: rgb(250,66,30); }

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

border-color css

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

 span { border-color: rgb(250,66,30); }

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