Html Css Color HEX #FA4609 Orange Red

📋 copy color: '#FA4609'

red 250 ◦ green 70 ◦ blue 9

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

Shades of Orange Red #FA4609

Tints of Orange Red #FA4609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 75.99%
G = 21.28%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA4609 (or 0xFA4609) is known color: Orange Red. HEX triplet: FA, 46 and 09. RGB value is (250,70,9). Sum of RGB (Red+Green+Blue) = 250+70+9=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4609 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4609 is #05B9F6. Grayscale: #757575. Windows color (decimal): -375287 or 607994. OLE color: 607994.

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

Color convert

RGB 250 70 9 -
CMYK 0 0.72 0.96 0.02
HSL 15.19º 0.96% 0.51% -
HSV(B) 15.19º 0.96% 0.98% -
XYZ 41.66 24.72 2.83 -
YUV 116.87 67.13 222.96 -
System Red Green Blue C M Y K H S L
Decimal 250 70 9 0 0.72 0.96 0.02 15.19 0.96 0.51
Hex FA 46 9 0 48 60 2 F 60 33
Octal 372 106 11 0 110 140 2 17 140 63
Binary 11111010 1000110 1001 0 1001000 1100000 10 1111 1100000 110011

Color Harmonies of #FA4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4609

Black with #FA4609

Text Example


Text Example

White with #FA4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4609; }

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

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

background-color css

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

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

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

border-color css

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

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

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