Html Css Color HEX #FA3F21 Red Orange

📋 copy color: '#FA3F21'

red 250 ◦ green 63 ◦ blue 33

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

Shades of Red Orange #FA3F21

Tints of Red Orange #FA3F21

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

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

R = 72.25%
G = 18.21%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA3F21 (or 0xFA3F21) is known color: Red Orange. HEX triplet: FA, 3F and 21. RGB value is (250,63,33). Sum of RGB (Red+Green+Blue) = 250+63+33=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3F21 is #05C0DE. Grayscale: #737373. Windows color (decimal): -377055 or 2179066. OLE color: 2179066.

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

Color convert

RGB 250 63 33 -
CMYK 0 0.75 0.87 0.02
HSL 8.29º 0.96% 0.55% -
HSV(B) 8.29º 0.87% 0.98% -
XYZ 41.48 23.99 3.88 -
YUV 115.49 81.45 223.94 -
System Red Green Blue C M Y K H S L
Decimal 250 63 33 0 0.75 0.87 0.02 8.29 0.96 0.55
Hex FA 3F 21 0 4B 57 2 8 60 37
Octal 372 77 41 0 113 127 2 10 140 67
Binary 11111010 111111 100001 0 1001011 1010111 10 1000 1100000 110111

Color Harmonies of #FA3F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F21

Black with #FA3F21

Text Example


Text Example

White with #FA3F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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