Html Css Color HEX #F03700 Orange Red

📋 copy color: '#F03700'

red 240 ◦ green 55 ◦ blue 0

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

Shades of Orange Red #F03700

Tints of Orange Red #F03700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 81.36%
G = 18.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F03700 (or 0xF03700) is known color: Orange Red. HEX triplet: F0, 37 and 00. RGB value is (240,55,0). Sum of RGB (Red+Green+Blue) = 240+55+0=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F03700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03700 is #0FC8FF. Grayscale: #686868. Windows color (decimal): -1034496 or 14320. OLE color: 14320.

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

Color convert

RGB 240 55 0 -
CMYK 0 0.77 1 0.06
HSL 13.75º 1% 0.47% -
HSV(B) 13.75º 1% 0.94% -
XYZ 37.3 21.26 2.14 -
YUV 104.05 69.29 224.97 -
System Red Green Blue C M Y K H S L
Decimal 240 55 0 0 0.77 1 0.06 13.75 1 0.47
Hex F0 37 0 0 4D 64 6 E 64 2F
Octal 360 67 0 0 115 144 6 16 144 57
Binary 11110000 110111 0 0 1001101 1100100 110 1110 1100100 101111

Color Harmonies of #F03700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03700

Black with #F03700

Text Example


Text Example

White with #F03700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03700; }

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

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

background-color css

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

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

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

border-color css

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

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

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