Html Css Color HEX #FA2D28 Red Orange

📋 copy color: '#FA2D28'

red 250 ◦ green 45 ◦ blue 40

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

Shades of Red Orange #FA2D28

Tints of Red Orange #FA2D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.94%

R = 74.63%
G = 13.43%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA2D28 (or 0xFA2D28) is known color: Red Orange. HEX triplet: FA, 2D and 28. RGB value is (250,45,40). Sum of RGB (Red+Green+Blue) = 250+45+40=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D28 is #05D2D7. Grayscale: #696969. Windows color (decimal): -381656 or 2633210. OLE color: 2633210.

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

Color convert

RGB 250 45 40 -
CMYK 0 0.82 0.84 0.02
HSL 1.43º 0.95% 0.57% -
HSV(B) 1.43º 0.84% 0.98% -
XYZ 40.75 22.35 4.17 -
YUV 105.73 90.92 230.91 -
System Red Green Blue C M Y K H S L
Decimal 250 45 40 0 0.82 0.84 0.02 1.43 0.95 0.57
Hex FA 2D 28 0 52 54 2 1 5F 39
Octal 372 55 50 0 122 124 2 1 137 71
Binary 11111010 101101 101000 0 1010010 1010100 10 1 1011111 111001

Color Harmonies of #FA2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D28

Black with #FA2D28

Text Example


Text Example

White with #FA2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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