Html Css Color HEX #FA2D24 Red Orange

📋 copy color: '#FA2D24'

red 250 ◦ green 45 ◦ blue 36

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

Shades of Red Orange #FA2D24

Tints of Red Orange #FA2D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

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

R = 75.53%
G = 13.6%
B = 10.88%

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

#FA2D24 (or 0xFA2D24) is known color: Red Orange. HEX triplet: FA, 2D and 24. RGB value is (250,45,36). Sum of RGB (Red+Green+Blue) = 250+45+36=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D24 is #05D2DB. Grayscale: #696969. Windows color (decimal): -381660 or 2371066. OLE color: 2371066.

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

Color convert

RGB 250 45 36 -
CMYK 0 0.82 0.86 0.02
HSL 2.52º 0.96% 0.56% -
HSV(B) 2.52º 0.86% 0.98% -
XYZ 40.68 22.33 3.83 -
YUV 105.27 88.92 231.23 -
System Red Green Blue C M Y K H S L
Decimal 250 45 36 0 0.82 0.86 0.02 2.52 0.96 0.56
Hex FA 2D 24 0 52 56 2 3 60 38
Octal 372 55 44 0 122 126 2 3 140 70
Binary 11111010 101101 100100 0 1010010 1010110 10 11 1100000 111000

Color Harmonies of #FA2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D24

Black with #FA2D24

Text Example


Text Example

White with #FA2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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