Html Css Color HEX #FA4507 Orange Red

📋 copy color: '#FA4507'

red 250 ◦ green 69 ◦ blue 7

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

Shades of Orange Red #FA4507

Tints of Orange Red #FA4507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

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

R = 76.69%
G = 21.17%
B = 2.15%

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

#FA4507 (or 0xFA4507) is known color: Orange Red. HEX triplet: FA, 45 and 07. RGB value is (250,69,7). Sum of RGB (Red+Green+Blue) = 250+69+7=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4507 is #05BAF8. Grayscale: #747474. Windows color (decimal): -375545 or 476666. OLE color: 476666.

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

Color convert

RGB 250 69 7 -
CMYK 0 0.72 0.97 0.02
HSL 15.31º 0.96% 0.5% -
HSV(B) 15.31º 0.97% 0.98% -
XYZ 41.59 24.6 2.76 -
YUV 116.05 66.47 223.54 -
System Red Green Blue C M Y K H S L
Decimal 250 69 7 0 0.72 0.97 0.02 15.31 0.96 0.5
Hex FA 45 7 0 48 61 2 F 60 32
Octal 372 105 7 0 110 141 2 17 140 62
Binary 11111010 1000101 111 0 1001000 1100001 10 1111 1100000 110010

Color Harmonies of #FA4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4507

Black with #FA4507

Text Example


Text Example

White with #FA4507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4507; }

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

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

background-color css

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

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

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

border-color css

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

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

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