Html Css Color HEX #FA3C24 Red Orange

📋 copy color: '#FA3C24'

red 250 ◦ green 60 ◦ blue 36

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

Shades of Red Orange #FA3C24

Tints of Red Orange #FA3C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.34%

 BLUE value IS 36 (14.45% from 255) = 10.4%

R = 72.25%
G = 17.34%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA3C24 (or 0xFA3C24) is known color: Red Orange. HEX triplet: FA, 3C and 24. RGB value is (250,60,36). Sum of RGB (Red+Green+Blue) = 250+60+36=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C24 is #05C3DB. Grayscale: #727272. Windows color (decimal): -377820 or 2374906. OLE color: 2374906.

HSL color Cylindrical-coordinate representation of color #FA3C24: hue angle of 6.73º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA3C24 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 60 36 -
CMYK 0 0.76 0.86 0.02
HSL 6.73º 0.96% 0.56% -
HSV(B) 6.73º 0.86% 0.98% -
XYZ 41.36 23.68 4.06 -
YUV 114.07 83.95 224.95 -
System Red Green Blue C M Y K H S L
Decimal 250 60 36 0 0.76 0.86 0.02 6.73 0.96 0.56
Hex FA 3C 24 0 4C 56 2 7 60 38
Octal 372 74 44 0 114 126 2 7 140 70
Binary 11111010 111100 100100 0 1001100 1010110 10 111 1100000 111000

Color Harmonies of #FA3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C24

Black with #FA3C24

Text Example


Text Example

White with #FA3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C24; }

 p { color: rgb(250,60,36); }

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

background-color css

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

 a { background-color: rgb(250,60,36); }

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

border-color css

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

 span { border-color: rgb(250,60,36); }

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