Html Css Color HEX #FA3C0F Orange Red

📋 copy color: '#FA3C0F'

red 250 ◦ green 60 ◦ blue 15

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

Shades of Orange Red #FA3C0F

Tints of Orange Red #FA3C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 76.92%
G = 18.46%
B = 4.62%

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

#FA3C0F (or 0xFA3C0F) is known color: Orange Red. HEX triplet: FA, 3C and 0F. RGB value is (250,60,15). Sum of RGB (Red+Green+Blue) = 250+60+15=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C0F is #05C3F0. Grayscale: #707070. Windows color (decimal): -377841 or 998650. OLE color: 998650.

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

Color convert

RGB 250 60 15 -
CMYK 0 0.76 0.94 0.02
HSL 11.49º 0.96% 0.52% -
HSV(B) 11.49º 0.94% 0.98% -
XYZ 41.13 23.59 2.84 -
YUV 111.68 73.45 226.66 -
System Red Green Blue C M Y K H S L
Decimal 250 60 15 0 0.76 0.94 0.02 11.49 0.96 0.52
Hex FA 3C F 0 4C 5E 2 B 60 34
Octal 372 74 17 0 114 136 2 13 140 64
Binary 11111010 111100 1111 0 1001100 1011110 10 1011 1100000 110100

Color Harmonies of #FA3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C0F

Black with #FA3C0F

Text Example


Text Example

White with #FA3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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