Html Css Color HEX #FA4103 Orange Red

📋 copy color: '#FA4103'

red 250 ◦ green 65 ◦ blue 3

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

Shades of Orange Red #FA4103

Tints of Orange Red #FA4103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 78.62%
G = 20.44%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA4103 (or 0xFA4103) is known color: Orange Red. HEX triplet: FA, 41 and 03. RGB value is (250,65,3). Sum of RGB (Red+Green+Blue) = 250+65+3=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4103 is #05BEFC. Grayscale: #717171. Windows color (decimal): -376573 or 213498. OLE color: 213498.

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

Color convert

RGB 250 65 3 -
CMYK 0 0.74 0.99 0.02
HSL 15.06º 0.98% 0.5% -
HSV(B) 15.06º 0.99% 0.98% -
XYZ 41.33 24.11 2.56 -
YUV 113.25 65.79 225.54 -
System Red Green Blue C M Y K H S L
Decimal 250 65 3 0 0.74 0.99 0.02 15.06 0.98 0.5
Hex FA 41 3 0 4A 63 2 F 62 32
Octal 372 101 3 0 112 143 2 17 142 62
Binary 11111010 1000001 11 0 1001010 1100011 10 1111 1100010 110010

Color Harmonies of #FA4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4103

Black with #FA4103

Text Example


Text Example

White with #FA4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4103; }

 p { color: rgb(250,65,3); }

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

background-color css

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

 a { background-color: rgb(250,65,3); }

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

border-color css

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

 span { border-color: rgb(250,65,3); }

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