Html Css Color HEX #FA421F Red Orange

📋 copy color: '#FA421F'

red 250 ◦ green 66 ◦ blue 31

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

Shades of Red Orange #FA421F

Tints of Red Orange #FA421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 72.05%
G = 19.02%
B = 8.93%

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

#FA421F (or 0xFA421F) is known color: Red Orange. HEX triplet: FA, 42 and 1F. RGB value is (250,66,31). Sum of RGB (Red+Green+Blue) = 250+66+31=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA421F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA421F is #05BDE0. Grayscale: #757575. Windows color (decimal): -376289 or 2048762. OLE color: 2048762.

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

Color convert

RGB 250 66 31 -
CMYK 0 0.74 0.88 0.02
HSL 9.59º 0.96% 0.55% -
HSV(B) 9.59º 0.88% 0.98% -
XYZ 41.62 24.32 3.8 -
YUV 117.03 79.46 222.85 -
System Red Green Blue C M Y K H S L
Decimal 250 66 31 0 0.74 0.88 0.02 9.59 0.96 0.55
Hex FA 42 1F 0 4A 58 2 A 60 37
Octal 372 102 37 0 112 130 2 12 140 67
Binary 11111010 1000010 11111 0 1001010 1011000 10 1010 1100000 110111

Color Harmonies of #FA421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA421F

Black with #FA421F

Text Example


Text Example

White with #FA421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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