Html Css Color HEX #F0450B Orange Red

📋 copy color: '#F0450B'

red 240 ◦ green 69 ◦ blue 11

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

Shades of Orange Red #F0450B

Tints of Orange Red #F0450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 75%
G = 21.56%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0450B (or 0xF0450B) is known color: Orange Red. HEX triplet: F0, 45 and 0B. RGB value is (240,69,11). Sum of RGB (Red+Green+Blue) = 240+69+11=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0450B is #0FBAF4. Grayscale: #717171. Windows color (decimal): -1030901 or 738800. OLE color: 738800.

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

Color convert

RGB 240 69 11 -
CMYK 0 0.71 0.95 0.06
HSL 15.2º 0.91% 0.49% -
HSV(B) 15.2º 0.95% 0.94% -
XYZ 38.12 22.81 2.71 -
YUV 113.52 70.15 218.22 -
System Red Green Blue C M Y K H S L
Decimal 240 69 11 0 0.71 0.95 0.06 15.2 0.91 0.49
Hex F0 45 B 0 47 5F 6 F 5B 31
Octal 360 105 13 0 107 137 6 17 133 61
Binary 11110000 1000101 1011 0 1000111 1011111 110 1111 1011011 110001

Color Harmonies of #F0450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0450B

Black with #F0450B

Text Example


Text Example

White with #F0450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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