Html Css Color HEX #FA2F27 Red Orange

📋 copy color: '#FA2F27'

red 250 ◦ green 47 ◦ blue 39

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

Shades of Red Orange #FA2F27

Tints of Red Orange #FA2F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 74.4%
G = 13.99%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA2F27 (or 0xFA2F27) is known color: Red Orange. HEX triplet: FA, 2F and 27. RGB value is (250,47,39). Sum of RGB (Red+Green+Blue) = 250+47+39=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F27 is #05D0D8. Grayscale: #6B6B6B. Windows color (decimal): -381145 or 2568186. OLE color: 2568186.

HSL color Cylindrical-coordinate representation of color #FA2F27: hue angle of 2.27º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2F27 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 47 39 -
CMYK 0 0.81 0.84 0.02
HSL 2.27º 0.95% 0.57% -
HSV(B) 2.27º 0.84% 0.98% -
XYZ 40.81 22.5 4.11 -
YUV 106.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 250 47 39 0 0.81 0.84 0.02 2.27 0.95 0.57
Hex FA 2F 27 0 51 54 2 2 5F 39
Octal 372 57 47 0 121 124 2 2 137 71
Binary 11111010 101111 100111 0 1010001 1010100 10 10 1011111 111001

Color Harmonies of #FA2F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F27

Black with #FA2F27

Text Example


Text Example

White with #FA2F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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