Html Css Color HEX #FA4221 Red Orange

📋 copy color: '#FA4221'

red 250 ◦ green 66 ◦ blue 33

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

Shades of Red Orange #FA4221

Tints of Red Orange #FA4221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 71.63%
G = 18.91%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA4221 (or 0xFA4221) is known color: Red Orange. HEX triplet: FA, 42 and 21. RGB value is (250,66,33). Sum of RGB (Red+Green+Blue) = 250+66+33=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4221 is #05BDDE. Grayscale: #757575. Windows color (decimal): -376287 or 2179834. OLE color: 2179834.

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

Color convert

RGB 250 66 33 -
CMYK 0 0.74 0.87 0.02
HSL 9.12º 0.96% 0.55% -
HSV(B) 9.12º 0.87% 0.98% -
XYZ 41.65 24.33 3.94 -
YUV 117.25 80.46 222.68 -
System Red Green Blue C M Y K H S L
Decimal 250 66 33 0 0.74 0.87 0.02 9.12 0.96 0.55
Hex FA 42 21 0 4A 57 2 9 60 37
Octal 372 102 41 0 112 127 2 11 140 67
Binary 11111010 1000010 100001 0 1001010 1010111 10 1001 1100000 110111

Color Harmonies of #FA4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4221

Black with #FA4221

Text Example


Text Example

White with #FA4221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4221; }

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

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

background-color css

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

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

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

border-color css

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

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

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