Html Css Color HEX #F0440C Orange Red

📋 copy color: '#F0440C'

red 240 ◦ green 68 ◦ blue 12

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

Shades of Orange Red #F0440C

Tints of Orange Red #F0440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 75%
G = 21.25%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0440C (or 0xF0440C) is known color: Orange Red. HEX triplet: F0, 44 and 0C. RGB value is (240,68,12). Sum of RGB (Red+Green+Blue) = 240+68+12=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0440C is #0FBBF3. Grayscale: #717171. Windows color (decimal): -1031156 or 804080. OLE color: 804080.

HSL color Cylindrical-coordinate representation of color #F0440C: hue angle of 14.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0440C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 68 12 -
CMYK 0 0.72 0.95 0.06
HSL 14.74º 0.9% 0.49% -
HSV(B) 14.74º 0.95% 0.94% -
XYZ 38.07 22.69 2.72 -
YUV 113.04 70.98 218.55 -
System Red Green Blue C M Y K H S L
Decimal 240 68 12 0 0.72 0.95 0.06 14.74 0.9 0.49
Hex F0 44 C 0 48 5F 6 F 5A 31
Octal 360 104 14 0 110 137 6 17 132 61
Binary 11110000 1000100 1100 0 1001000 1011111 110 1111 1011010 110001

Color Harmonies of #F0440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0440C

Black with #F0440C

Text Example


Text Example

White with #F0440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0440C; }

 p { color: rgb(240,68,12); }

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

background-color css

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

 a { background-color: rgb(240,68,12); }

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

border-color css

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

 span { border-color: rgb(240,68,12); }

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