Html Css Color HEX #F0451A Orange Red

📋 copy color: '#F0451A'

red 240 ◦ green 69 ◦ blue 26

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

Shades of Orange Red #F0451A

Tints of Orange Red #F0451A

RGB

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

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

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

R = 71.64%
G = 20.6%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0451A (or 0xF0451A) is known color: Orange Red. HEX triplet: F0, 45 and 1A. RGB value is (240,69,26). Sum of RGB (Red+Green+Blue) = 240+69+26=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0451A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0451A is #0FBAE5. Grayscale: #737373. Windows color (decimal): -1030886 or 1721840. OLE color: 1721840.

HSL color Cylindrical-coordinate representation of color #F0451A: hue angle of 12.06º 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 #F0451A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 26 -
CMYK 0 0.71 0.89 0.06
HSL 12.06º 0.88% 0.52% -
HSV(B) 12.06º 0.89% 0.94% -
XYZ 38.25 22.86 3.37 -
YUV 115.23 77.65 217 -
System Red Green Blue C M Y K H S L
Decimal 240 69 26 0 0.71 0.89 0.06 12.06 0.88 0.52
Hex F0 45 1A 0 47 59 6 C 58 34
Octal 360 105 32 0 107 131 6 14 130 64
Binary 11110000 1000101 11010 0 1000111 1011001 110 1100 1011000 110100

Color Harmonies of #F0451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0451A

Black with #F0451A

Text Example


Text Example

White with #F0451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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