Html Css Color HEX #FA4028 Red Orange

📋 copy color: '#FA4028'

red 250 ◦ green 64 ◦ blue 40

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

Shades of Red Orange #FA4028

Tints of Red Orange #FA4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

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

R = 70.62%
G = 18.08%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA4028 (or 0xFA4028) is known color: Red Orange. HEX triplet: FA, 40 and 28. RGB value is (250,64,40). Sum of RGB (Red+Green+Blue) = 250+64+40=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4028 is #05BFD7. Grayscale: #757575. Windows color (decimal): -376792 or 2638074. OLE color: 2638074.

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

Color convert

RGB 250 64 40 -
CMYK 0 0.74 0.84 0.02
HSL 6.86º 0.95% 0.57% -
HSV(B) 6.86º 0.84% 0.98% -
XYZ 41.64 24.14 4.47 -
YUV 116.88 84.62 222.95 -
System Red Green Blue C M Y K H S L
Decimal 250 64 40 0 0.74 0.84 0.02 6.86 0.95 0.57
Hex FA 40 28 0 4A 54 2 7 5F 39
Octal 372 100 50 0 112 124 2 7 137 71
Binary 11111010 1000000 101000 0 1001010 1010100 10 111 1011111 111001

Color Harmonies of #FA4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4028

Black with #FA4028

Text Example


Text Example

White with #FA4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4028; }

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

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

background-color css

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

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

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

border-color css

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

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

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