Html Css Color HEX #F04504 Orange Red

📋 copy color: '#F04504'

red 240 ◦ green 69 ◦ blue 4

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

Shades of Orange Red #F04504

Tints of Orange Red #F04504

RGB

 RED value IS 240 (94.14% from 255) = 76.68%

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

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

R = 76.68%
G = 22.04%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04504 (or 0xF04504) is known color: Orange Red. HEX triplet: F0, 45 and 04. RGB value is (240,69,4). Sum of RGB (Red+Green+Blue) = 240+69+4=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F04504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04504 is #0FBAFB. Grayscale: #717171. Windows color (decimal): -1030908 or 280048. OLE color: 280048.

HSL color Cylindrical-coordinate representation of color #F04504: hue angle of 16.53º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F04504 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 4 -
CMYK 0 0.71 0.98 0.06
HSL 16.53º 0.97% 0.48% -
HSV(B) 16.53º 0.98% 0.94% -
XYZ 38.09 22.79 2.51 -
YUV 112.72 66.65 218.79 -
System Red Green Blue C M Y K H S L
Decimal 240 69 4 0 0.71 0.98 0.06 16.53 0.97 0.48
Hex F0 45 4 0 47 62 6 11 61 30
Octal 360 105 4 0 107 142 6 21 141 60
Binary 11110000 1000101 100 0 1000111 1100010 110 10001 1100001 110000

Color Harmonies of #F04504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04504

Black with #F04504

Text Example


Text Example

White with #F04504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04504; }

 p { color: rgb(240,69,4); }

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

background-color css

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

 a { background-color: rgb(240,69,4); }

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

border-color css

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

 span { border-color: rgb(240,69,4); }

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