Html Css Color HEX #F04000 Orange Red

📋 copy color: '#F04000'

red 240 ◦ green 64 ◦ blue 0

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

Shades of Orange Red #F04000

Tints of Orange Red #F04000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.95%
G = 21.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F04000 (or 0xF04000) is known color: Orange Red. HEX triplet: F0, 40 and 00. RGB value is (240,64,0). Sum of RGB (Red+Green+Blue) = 240+64+0=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F04000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04000 is #0FBFFF. Grayscale: #6D6D6D. Windows color (decimal): -1032192 or 16624. OLE color: 16624.

HSL color Cylindrical-coordinate representation of color #F04000: hue angle of 16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F04000 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 0 -
CMYK 0 0.73 1 0.06
HSL 16º 1% 0.47% -
HSV(B) 16º 1% 0.94% -
XYZ 37.77 22.19 2.29 -
YUV 109.33 66.31 221.2 -
System Red Green Blue C M Y K H S L
Decimal 240 64 0 0 0.73 1 0.06 16 1 0.47
Hex F0 40 0 0 49 64 6 10 64 2F
Octal 360 100 0 0 111 144 6 20 144 57
Binary 11110000 1000000 0 0 1001001 1100100 110 10000 1100100 101111

Color Harmonies of #F04000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04000

Black with #F04000

Text Example


Text Example

White with #F04000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04000; }

 p { color: rgb(240,64,0); }

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

background-color css

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

 a { background-color: rgb(240,64,0); }

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

border-color css

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

 span { border-color: rgb(240,64,0); }

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