Html Css Color HEX #FA4D28 Red Orange

📋 copy color: '#FA4D28'

red 250 ◦ green 77 ◦ blue 40

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

Shades of Red Orange #FA4D28

Tints of Red Orange #FA4D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.98%

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

R = 68.12%
G = 20.98%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA4D28 (or 0xFA4D28) is known color: Red Orange. HEX triplet: FA, 4D and 28. RGB value is (250,77,40). Sum of RGB (Red+Green+Blue) = 250+77+40=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D28 is #05B2D7. Grayscale: #7C7C7C. Windows color (decimal): -373464 or 2641402. OLE color: 2641402.

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

Color convert

RGB 250 77 40 -
CMYK 0 0.69 0.84 0.02
HSL 10.57º 0.95% 0.57% -
HSV(B) 10.57º 0.84% 0.98% -
XYZ 42.46 25.78 4.75 -
YUV 124.51 80.31 217.51 -
System Red Green Blue C M Y K H S L
Decimal 250 77 40 0 0.69 0.84 0.02 10.57 0.95 0.57
Hex FA 4D 28 0 45 54 2 B 5F 39
Octal 372 115 50 0 105 124 2 13 137 71
Binary 11111010 1001101 101000 0 1000101 1010100 10 1011 1011111 111001

Color Harmonies of #FA4D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D28

Black with #FA4D28

Text Example


Text Example

White with #FA4D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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