Html Css Color HEX #FA4027 Red Orange

📋 copy color: '#FA4027'

red 250 ◦ green 64 ◦ blue 39

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

Shades of Red Orange #FA4027

Tints of Red Orange #FA4027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 70.82%
G = 18.13%
B = 11.05%

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

#FA4027 (or 0xFA4027) is known color: Red Orange. HEX triplet: FA, 40 and 27. RGB value is (250,64,39). Sum of RGB (Red+Green+Blue) = 250+64+39=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4027 is #05BFD8. Grayscale: #757575. Windows color (decimal): -376793 or 2572538. OLE color: 2572538.

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

Color convert

RGB 250 64 39 -
CMYK 0 0.74 0.84 0.02
HSL 7.11º 0.95% 0.57% -
HSV(B) 7.11º 0.84% 0.98% -
XYZ 41.62 24.14 4.38 -
YUV 116.76 84.12 223.03 -
System Red Green Blue C M Y K H S L
Decimal 250 64 39 0 0.74 0.84 0.02 7.11 0.95 0.57
Hex FA 40 27 0 4A 54 2 7 5F 39
Octal 372 100 47 0 112 124 2 7 137 71
Binary 11111010 1000000 100111 0 1001010 1010100 10 111 1011111 111001

Color Harmonies of #FA4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4027

Black with #FA4027

Text Example


Text Example

White with #FA4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4027; }

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

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

background-color css

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

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

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

border-color css

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

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

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