Html Css Color HEX #FA4204 Orange Red

📋 copy color: '#FA4204'

red 250 ◦ green 66 ◦ blue 4

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

Shades of Orange Red #FA4204

Tints of Orange Red #FA4204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 78.13%
G = 20.63%
B = 1.25%

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

#FA4204 (or 0xFA4204) is known color: Orange Red. HEX triplet: FA, 42 and 04. RGB value is (250,66,4). Sum of RGB (Red+Green+Blue) = 250+66+4=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4204 is #05BDFB. Grayscale: #727272. Windows color (decimal): -376316 or 279290. OLE color: 279290.

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

Color convert

RGB 250 66 4 -
CMYK 0 0.74 0.98 0.02
HSL 15.12º 0.97% 0.5% -
HSV(B) 15.12º 0.98% 0.98% -
XYZ 41.39 24.23 2.61 -
YUV 113.95 65.96 225.04 -
System Red Green Blue C M Y K H S L
Decimal 250 66 4 0 0.74 0.98 0.02 15.12 0.97 0.5
Hex FA 42 4 0 4A 62 2 F 61 32
Octal 372 102 4 0 112 142 2 17 141 62
Binary 11111010 1000010 100 0 1001010 1100010 10 1111 1100001 110010

Color Harmonies of #FA4204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4204

Black with #FA4204

Text Example


Text Example

White with #FA4204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4204; }

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

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

background-color css

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

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

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

border-color css

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

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

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