Html Css Color HEX #FA2F20 Red Orange

📋 copy color: '#FA2F20'

red 250 ◦ green 47 ◦ blue 32

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

Shades of Red Orange #FA2F20

Tints of Red Orange #FA2F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 75.99%
G = 14.29%
B = 9.73%

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

#FA2F20 (or 0xFA2F20) is known color: Red Orange. HEX triplet: FA, 2F and 20. RGB value is (250,47,32). Sum of RGB (Red+Green+Blue) = 250+47+32=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F20 is #05D0DF. Grayscale: #6A6A6A. Windows color (decimal): -381152 or 2109434. OLE color: 2109434.

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

Color convert

RGB 250 47 32 -
CMYK 0 0.81 0.87 0.02
HSL 4.13º 0.96% 0.55% -
HSV(B) 4.13º 0.87% 0.98% -
XYZ 40.7 22.46 3.56 -
YUV 105.99 86.25 230.72 -
System Red Green Blue C M Y K H S L
Decimal 250 47 32 0 0.81 0.87 0.02 4.13 0.96 0.55
Hex FA 2F 20 0 51 57 2 4 60 37
Octal 372 57 40 0 121 127 2 4 140 67
Binary 11111010 101111 100000 0 1010001 1010111 10 100 1100000 110111

Color Harmonies of #FA2F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F20

Black with #FA2F20

Text Example


Text Example

White with #FA2F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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