Html Css Color HEX #FA4003 Orange Red

📋 copy color: '#FA4003'

red 250 ◦ green 64 ◦ blue 3

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

Shades of Orange Red #FA4003

Tints of Orange Red #FA4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 78.86%
G = 20.19%
B = 0.95%

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

#FA4003 (or 0xFA4003) is known color: Orange Red. HEX triplet: FA, 40 and 03. RGB value is (250,64,3). Sum of RGB (Red+Green+Blue) = 250+64+3=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4003 is #05BFFC. Grayscale: #717171. Windows color (decimal): -376829 or 213242. OLE color: 213242.

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

Color convert

RGB 250 64 3 -
CMYK 0 0.74 0.99 0.02
HSL 14.82º 0.98% 0.5% -
HSV(B) 14.82º 0.99% 0.98% -
XYZ 41.27 24 2.54 -
YUV 112.66 66.12 225.96 -
System Red Green Blue C M Y K H S L
Decimal 250 64 3 0 0.74 0.99 0.02 14.82 0.98 0.5
Hex FA 40 3 0 4A 63 2 F 62 32
Octal 372 100 3 0 112 143 2 17 142 62
Binary 11111010 1000000 11 0 1001010 1100011 10 1111 1100010 110010

Color Harmonies of #FA4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4003

Black with #FA4003

Text Example


Text Example

White with #FA4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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