Html Css Color HEX #FA4607 Orange Red

📋 copy color: '#FA4607'

red 250 ◦ green 70 ◦ blue 7

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

Shades of Orange Red #FA4607

Tints of Orange Red #FA4607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

 BLUE value IS 7 (3.13% from 255) = 2.14%

R = 76.45%
G = 21.41%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA4607 (or 0xFA4607) is known color: Orange Red. HEX triplet: FA, 46 and 07. RGB value is (250,70,7). Sum of RGB (Red+Green+Blue) = 250+70+7=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4607 is #05B9F8. Grayscale: #757575. Windows color (decimal): -375289 or 476922. OLE color: 476922.

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

Color convert

RGB 250 70 7 -
CMYK 0 0.72 0.97 0.02
HSL 15.56º 0.96% 0.5% -
HSV(B) 15.56º 0.97% 0.98% -
XYZ 41.65 24.72 2.78 -
YUV 116.64 66.13 223.12 -
System Red Green Blue C M Y K H S L
Decimal 250 70 7 0 0.72 0.97 0.02 15.56 0.96 0.5
Hex FA 46 7 0 48 61 2 10 60 32
Octal 372 106 7 0 110 141 2 20 140 62
Binary 11111010 1000110 111 0 1001000 1100001 10 10000 1100000 110010

Color Harmonies of #FA4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4607

Black with #FA4607

Text Example


Text Example

White with #FA4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4607; }

 p { color: rgb(250,70,7); }

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

background-color css

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

 a { background-color: rgb(250,70,7); }

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

border-color css

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

 span { border-color: rgb(250,70,7); }

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