Html Css Color HEX #FA2C24 Red Orange

📋 copy color: '#FA2C24'

red 250 ◦ green 44 ◦ blue 36

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

Shades of Red Orange #FA2C24

Tints of Red Orange #FA2C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

 BLUE value IS 36 (14.45% from 255) = 10.91%

R = 75.76%
G = 13.33%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA2C24 (or 0xFA2C24) is known color: Red Orange. HEX triplet: FA, 2C and 24. RGB value is (250,44,36). Sum of RGB (Red+Green+Blue) = 250+44+36=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C24 is #05D3DB. Grayscale: #686868. Windows color (decimal): -381916 or 2370810. OLE color: 2370810.

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

Color convert

RGB 250 44 36 -
CMYK 0 0.82 0.86 0.02
HSL 2.24º 0.96% 0.56% -
HSV(B) 2.24º 0.86% 0.98% -
XYZ 40.64 22.25 3.82 -
YUV 104.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 250 44 36 0 0.82 0.86 0.02 2.24 0.96 0.56
Hex FA 2C 24 0 52 56 2 2 60 38
Octal 372 54 44 0 122 126 2 2 140 70
Binary 11111010 101100 100100 0 1010010 1010110 10 10 1100000 111000

Color Harmonies of #FA2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C24

Black with #FA2C24

Text Example


Text Example

White with #FA2C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C24; }

 p { color: rgb(250,44,36); }

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

background-color css

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

 a { background-color: rgb(250,44,36); }

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

border-color css

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

 span { border-color: rgb(250,44,36); }

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