Html Css Color HEX #F03900 Orange Red

📋 copy color: '#F03900'

red 240 ◦ green 57 ◦ blue 0

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

Shades of Orange Red #F03900

Tints of Orange Red #F03900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.81%
G = 19.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F03900 (or 0xF03900) is known color: Orange Red. HEX triplet: F0, 39 and 00. RGB value is (240,57,0). Sum of RGB (Red+Green+Blue) = 240+57+0=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F03900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03900 is #0FC6FF. Grayscale: #696969. Windows color (decimal): -1033984 or 14832. OLE color: 14832.

HSL color Cylindrical-coordinate representation of color #F03900: hue angle of 14.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F03900 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 0 -
CMYK 0 0.76 1 0.06
HSL 14.25º 1% 0.47% -
HSV(B) 14.25º 1% 0.94% -
XYZ 37.4 21.45 2.17 -
YUV 105.22 68.63 224.13 -
System Red Green Blue C M Y K H S L
Decimal 240 57 0 0 0.76 1 0.06 14.25 1 0.47
Hex F0 39 0 0 4C 64 6 E 64 2F
Octal 360 71 0 0 114 144 6 16 144 57
Binary 11110000 111001 0 0 1001100 1100100 110 1110 1100100 101111

Color Harmonies of #F03900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03900

Black with #F03900

Text Example


Text Example

White with #F03900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03900; }

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

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

background-color css

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

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

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

border-color css

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

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

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