Html Css Color HEX #FA4018 Orange Red

📋 copy color: '#FA4018'

red 250 ◦ green 64 ◦ blue 24

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

Shades of Orange Red #FA4018

Tints of Orange Red #FA4018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 73.96%
G = 18.93%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA4018 (or 0xFA4018) is known color: Orange Red. HEX triplet: FA, 40 and 18. RGB value is (250,64,24). Sum of RGB (Red+Green+Blue) = 250+64+24=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4018 is #05BFE7. Grayscale: #737373. Windows color (decimal): -376808 or 1589498. OLE color: 1589498.

HSL color Cylindrical-coordinate representation of color #FA4018: hue angle of 10.62º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA4018 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 64 24 -
CMYK 0 0.74 0.90 0.02
HSL 10.62º 0.96% 0.54% -
HSV(B) 10.62º 0.9% 0.98% -
XYZ 41.42 24.06 3.32 -
YUV 115.05 76.62 224.25 -
System Red Green Blue C M Y K H S L
Decimal 250 64 24 0 0.74 0.90 0.02 10.62 0.96 0.54
Hex FA 40 18 0 4A 5A 2 B 60 36
Octal 372 100 30 0 112 132 2 13 140 66
Binary 11111010 1000000 11000 0 1001010 1011010 10 1011 1100000 110110

Color Harmonies of #FA4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4018

Black with #FA4018

Text Example


Text Example

White with #FA4018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4018; }

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

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

background-color css

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

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

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

border-color css

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

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

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