Html Css Color HEX #FA2F21 Red Orange

📋 copy color: '#FA2F21'

red 250 ◦ green 47 ◦ blue 33

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

Shades of Red Orange #FA2F21

Tints of Red Orange #FA2F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

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

R = 75.76%
G = 14.24%
B = 10%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA2F21 (or 0xFA2F21) is known color: Red Orange. HEX triplet: FA, 2F and 21. RGB value is (250,47,33). Sum of RGB (Red+Green+Blue) = 250+47+33=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F21 is #05D0DE. Grayscale: #6A6A6A. Windows color (decimal): -381151 or 2174970. OLE color: 2174970.

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

Color convert

RGB 250 47 33 -
CMYK 0 0.81 0.87 0.02
HSL 3.87º 0.96% 0.55% -
HSV(B) 3.87º 0.87% 0.98% -
XYZ 40.72 22.47 3.63 -
YUV 106.1 86.75 230.64 -
System Red Green Blue C M Y K H S L
Decimal 250 47 33 0 0.81 0.87 0.02 3.87 0.96 0.55
Hex FA 2F 21 0 51 57 2 4 60 37
Octal 372 57 41 0 121 127 2 4 140 67
Binary 11111010 101111 100001 0 1010001 1010111 10 100 1100000 110111

Color Harmonies of #FA2F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F21

Black with #FA2F21

Text Example


Text Example

White with #FA2F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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