Html Css Color HEX #F0441A Orange Red

📋 copy color: '#F0441A'

red 240 ◦ green 68 ◦ blue 26

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

Shades of Orange Red #F0441A

Tints of Orange Red #F0441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 71.86%
G = 20.36%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0441A (or 0xF0441A) is known color: Orange Red. HEX triplet: F0, 44 and 1A. RGB value is (240,68,26). Sum of RGB (Red+Green+Blue) = 240+68+26=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0441A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0441A is #0FBBE5. Grayscale: #727272. Windows color (decimal): -1031142 or 1721584. OLE color: 1721584.

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

Color convert

RGB 240 68 26 -
CMYK 0 0.72 0.89 0.06
HSL 11.78º 0.88% 0.52% -
HSV(B) 11.78º 0.89% 0.94% -
XYZ 38.19 22.73 3.35 -
YUV 114.64 77.98 217.42 -
System Red Green Blue C M Y K H S L
Decimal 240 68 26 0 0.72 0.89 0.06 11.78 0.88 0.52
Hex F0 44 1A 0 48 59 6 C 58 34
Octal 360 104 32 0 110 131 6 14 130 64
Binary 11110000 1000100 11010 0 1001000 1011001 110 1100 1011000 110100

Color Harmonies of #F0441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0441A

Black with #F0441A

Text Example


Text Example

White with #F0441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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