Html Css Color HEX #FA4A28 Red Orange

📋 copy color: '#FA4A28'

red 250 ◦ green 74 ◦ blue 40

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

Shades of Red Orange #FA4A28

Tints of Red Orange #FA4A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

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

R = 68.68%
G = 20.33%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA4A28 (or 0xFA4A28) is known color: Red Orange. HEX triplet: FA, 4A and 28. RGB value is (250,74,40). Sum of RGB (Red+Green+Blue) = 250+74+40=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4A28 is #05B5D7. Grayscale: #7B7B7B. Windows color (decimal): -374232 or 2640634. OLE color: 2640634.

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

Color convert

RGB 250 74 40 -
CMYK 0 0.70 0.84 0.02
HSL 9.71º 0.95% 0.57% -
HSV(B) 9.71º 0.84% 0.98% -
XYZ 42.26 25.37 4.68 -
YUV 122.75 81.31 218.76 -
System Red Green Blue C M Y K H S L
Decimal 250 74 40 0 0.70 0.84 0.02 9.71 0.95 0.57
Hex FA 4A 28 0 46 54 2 A 5F 39
Octal 372 112 50 0 106 124 2 12 137 71
Binary 11111010 1001010 101000 0 1000110 1010100 10 1010 1011111 111001

Color Harmonies of #FA4A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4A28

Black with #FA4A28

Text Example


Text Example

White with #FA4A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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