Html Css Color HEX #FA421D Red Orange

📋 copy color: '#FA421D'

red 250 ◦ green 66 ◦ blue 29

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

Shades of Red Orange #FA421D

Tints of Red Orange #FA421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 72.46%
G = 19.13%
B = 8.41%

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

#FA421D (or 0xFA421D) is known color: Red Orange. HEX triplet: FA, 42 and 1D. RGB value is (250,66,29). Sum of RGB (Red+Green+Blue) = 250+66+29=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA421D is #05BDE2. Grayscale: #757575. Windows color (decimal): -376291 or 1917690. OLE color: 1917690.

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

Color convert

RGB 250 66 29 -
CMYK 0 0.74 0.88 0.02
HSL 10.05º 0.96% 0.55% -
HSV(B) 10.05º 0.88% 0.98% -
XYZ 41.59 24.31 3.66 -
YUV 116.8 78.46 223.01 -
System Red Green Blue C M Y K H S L
Decimal 250 66 29 0 0.74 0.88 0.02 10.05 0.96 0.55
Hex FA 42 1D 0 4A 58 2 A 60 37
Octal 372 102 35 0 112 130 2 12 140 67
Binary 11111010 1000010 11101 0 1001010 1011000 10 1010 1100000 110111

Color Harmonies of #FA421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA421D

Black with #FA421D

Text Example


Text Example

White with #FA421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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