Html Css Color HEX #FA3C0E Orange Red

📋 copy color: '#FA3C0E'

red 250 ◦ green 60 ◦ blue 14

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

Shades of Orange Red #FA3C0E

Tints of Orange Red #FA3C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 77.16%
G = 18.52%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA3C0E (or 0xFA3C0E) is known color: Orange Red. HEX triplet: FA, 3C and 0E. RGB value is (250,60,14). Sum of RGB (Red+Green+Blue) = 250+60+14=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C0E is #05C3F1. Grayscale: #6F6F6F. Windows color (decimal): -377842 or 933114. OLE color: 933114.

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

Color convert

RGB 250 60 14 -
CMYK 0 0.76 0.94 0.02
HSL 11.69º 0.96% 0.52% -
HSV(B) 11.69º 0.94% 0.98% -
XYZ 41.12 23.59 2.8 -
YUV 111.57 72.95 226.74 -
System Red Green Blue C M Y K H S L
Decimal 250 60 14 0 0.76 0.94 0.02 11.69 0.96 0.52
Hex FA 3C E 0 4C 5E 2 C 60 34
Octal 372 74 16 0 114 136 2 14 140 64
Binary 11111010 111100 1110 0 1001100 1011110 10 1100 1100000 110100

Color Harmonies of #FA3C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C0E

Black with #FA3C0E

Text Example


Text Example

White with #FA3C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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