Html Css Color HEX #FA3F10 Orange Red

📋 copy color: '#FA3F10'

red 250 ◦ green 63 ◦ blue 16

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

Shades of Orange Red #FA3F10

Tints of Orange Red #FA3F10

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 75.99%
G = 19.15%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA3F10 (or 0xFA3F10) is known color: Orange Red. HEX triplet: FA, 3F and 10. RGB value is (250,63,16). Sum of RGB (Red+Green+Blue) = 250+63+16=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3F10 is #05C0EF. Grayscale: #717171. Windows color (decimal): -377072 or 1064954. OLE color: 1064954.

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

Color convert

RGB 250 63 16 -
CMYK 0 0.75 0.94 0.02
HSL 12.05º 0.96% 0.52% -
HSV(B) 12.05º 0.94% 0.98% -
XYZ 41.3 23.92 2.93 -
YUV 113.56 72.95 225.32 -
System Red Green Blue C M Y K H S L
Decimal 250 63 16 0 0.75 0.94 0.02 12.05 0.96 0.52
Hex FA 3F 10 0 4B 5E 2 C 60 34
Octal 372 77 20 0 113 136 2 14 140 64
Binary 11111010 111111 10000 0 1001011 1011110 10 1100 1100000 110100

Color Harmonies of #FA3F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F10

Black with #FA3F10

Text Example


Text Example

White with #FA3F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F10; }

 p { color: rgb(250,63,16); }

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

background-color css

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

 a { background-color: rgb(250,63,16); }

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

border-color css

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

 span { border-color: rgb(250,63,16); }

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