Html Css Color HEX #FA421C Red Orange

📋 copy color: '#FA421C'

red 250 ◦ green 66 ◦ blue 28

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

Shades of Red Orange #FA421C

Tints of Red Orange #FA421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 72.67%
G = 19.19%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA421C (or 0xFA421C) is known color: Red Orange. HEX triplet: FA, 42 and 1C. RGB value is (250,66,28). Sum of RGB (Red+Green+Blue) = 250+66+28=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA421C is #05BDE3. Grayscale: #757575. Windows color (decimal): -376292 or 1852154. OLE color: 1852154.

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

Color convert

RGB 250 66 28 -
CMYK 0 0.74 0.89 0.02
HSL 10.27º 0.96% 0.55% -
HSV(B) 10.27º 0.89% 0.98% -
XYZ 41.58 24.3 3.6 -
YUV 116.68 77.96 223.09 -
System Red Green Blue C M Y K H S L
Decimal 250 66 28 0 0.74 0.89 0.02 10.27 0.96 0.55
Hex FA 42 1C 0 4A 59 2 A 60 37
Octal 372 102 34 0 112 131 2 12 140 67
Binary 11111010 1000010 11100 0 1001010 1011001 10 1010 1100000 110111

Color Harmonies of #FA421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA421C

Black with #FA421C

Text Example


Text Example

White with #FA421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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