Html Css Color HEX #FA4205 Orange Red

📋 copy color: '#FA4205'

red 250 ◦ green 66 ◦ blue 5

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

Shades of Orange Red #FA4205

Tints of Orange Red #FA4205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.56%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 77.88%
G = 20.56%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA4205 (or 0xFA4205) is known color: Orange Red. HEX triplet: FA, 42 and 05. RGB value is (250,66,5). Sum of RGB (Red+Green+Blue) = 250+66+5=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4205 is #05BDFA. Grayscale: #727272. Windows color (decimal): -376315 or 344826. OLE color: 344826.

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

Color convert

RGB 250 66 5 -
CMYK 0 0.74 0.98 0.02
HSL 14.94º 0.96% 0.5% -
HSV(B) 14.94º 0.98% 0.98% -
XYZ 41.4 24.23 2.64 -
YUV 114.06 66.46 224.96 -
System Red Green Blue C M Y K H S L
Decimal 250 66 5 0 0.74 0.98 0.02 14.94 0.96 0.5
Hex FA 42 5 0 4A 62 2 F 60 32
Octal 372 102 5 0 112 142 2 17 140 62
Binary 11111010 1000010 101 0 1001010 1100010 10 1111 1100000 110010

Color Harmonies of #FA4205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4205

Black with #FA4205

Text Example


Text Example

White with #FA4205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4205; }

 p { color: rgb(250,66,5); }

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

background-color css

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

 a { background-color: rgb(250,66,5); }

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

border-color css

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

 span { border-color: rgb(250,66,5); }

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