Html Css Color HEX #FA3C06 Orange Red

📋 copy color: '#FA3C06'

red 250 ◦ green 60 ◦ blue 6

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

Shades of Orange Red #FA3C06

Tints of Orange Red #FA3C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 79.11%
G = 18.99%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA3C06 (or 0xFA3C06) is known color: Orange Red. HEX triplet: FA, 3C and 06. RGB value is (250,60,6). Sum of RGB (Red+Green+Blue) = 250+60+6=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C06 is #05C3F9. Grayscale: #6F6F6F. Windows color (decimal): -377850 or 408826. OLE color: 408826.

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

Color convert

RGB 250 60 6 -
CMYK 0 0.76 0.98 0.02
HSL 13.28º 0.96% 0.5% -
HSV(B) 13.28º 0.98% 0.98% -
XYZ 41.07 23.57 2.56 -
YUV 110.65 68.95 227.39 -
System Red Green Blue C M Y K H S L
Decimal 250 60 6 0 0.76 0.98 0.02 13.28 0.96 0.5
Hex FA 3C 6 0 4C 62 2 D 60 32
Octal 372 74 6 0 114 142 2 15 140 62
Binary 11111010 111100 110 0 1001100 1100010 10 1101 1100000 110010

Color Harmonies of #FA3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C06

Black with #FA3C06

Text Example


Text Example

White with #FA3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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