Html Css Color HEX #FA3C0C Orange Red

📋 copy color: '#FA3C0C'

red 250 ◦ green 60 ◦ blue 12

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

Shades of Orange Red #FA3C0C

Tints of Orange Red #FA3C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 77.64%
G = 18.63%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA3C0C (or 0xFA3C0C) is known color: Orange Red. HEX triplet: FA, 3C and 0C. RGB value is (250,60,12). Sum of RGB (Red+Green+Blue) = 250+60+12=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C0C is #05C3F3. Grayscale: #6F6F6F. Windows color (decimal): -377844 or 802042. OLE color: 802042.

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

Color convert

RGB 250 60 12 -
CMYK 0 0.76 0.95 0.02
HSL 12.1º 0.96% 0.51% -
HSV(B) 12.1º 0.95% 0.98% -
XYZ 41.11 23.58 2.73 -
YUV 111.34 71.95 226.9 -
System Red Green Blue C M Y K H S L
Decimal 250 60 12 0 0.76 0.95 0.02 12.1 0.96 0.51
Hex FA 3C C 0 4C 5F 2 C 60 33
Octal 372 74 14 0 114 137 2 14 140 63
Binary 11111010 111100 1100 0 1001100 1011111 10 1100 1100000 110011

Color Harmonies of #FA3C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C0C

Black with #FA3C0C

Text Example


Text Example

White with #FA3C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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