Html Css Color HEX #F0390B Orange Red

📋 copy color: '#F0390B'

red 240 ◦ green 57 ◦ blue 11

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

Shades of Orange Red #F0390B

Tints of Orange Red #F0390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

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

R = 77.92%
G = 18.51%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0390B (or 0xF0390B) is known color: Orange Red. HEX triplet: F0, 39 and 0B. RGB value is (240,57,11). Sum of RGB (Red+Green+Blue) = 240+57+11=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0390B is #0FC6F4. Grayscale: #6A6A6A. Windows color (decimal): -1033973 or 735728. OLE color: 735728.

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

Color convert

RGB 240 57 11 -
CMYK 0 0.76 0.95 0.06
HSL 12.05º 0.91% 0.49% -
HSV(B) 12.05º 0.95% 0.94% -
XYZ 37.46 21.48 2.49 -
YUV 106.47 74.13 223.24 -
System Red Green Blue C M Y K H S L
Decimal 240 57 11 0 0.76 0.95 0.06 12.05 0.91 0.49
Hex F0 39 B 0 4C 5F 6 C 5B 31
Octal 360 71 13 0 114 137 6 14 133 61
Binary 11110000 111001 1011 0 1001100 1011111 110 1100 1011011 110001

Color Harmonies of #F0390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0390B

Black with #F0390B

Text Example


Text Example

White with #F0390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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