Html Css Color HEX #F03800 Orange Red

📋 copy color: '#F03800'

red 240 ◦ green 56 ◦ blue 0

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

Shades of Orange Red #F03800

Tints of Orange Red #F03800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 81.08%
G = 18.92%
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

#F03800 (or 0xF03800) is known color: Orange Red. HEX triplet: F0, 38 and 00. RGB value is (240,56,0). Sum of RGB (Red+Green+Blue) = 240+56+0=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F03800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03800 is #0FC7FF. Grayscale: #696969. Windows color (decimal): -1034240 or 14576. OLE color: 14576.

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

Color convert

RGB 240 56 0 -
CMYK 0 0.77 1 0.06
HSL 14º 1% 0.47% -
HSV(B) 14º 1% 0.94% -
XYZ 37.35 21.35 2.15 -
YUV 104.63 68.96 224.55 -
System Red Green Blue C M Y K H S L
Decimal 240 56 0 0 0.77 1 0.06 14 1 0.47
Hex F0 38 0 0 4D 64 6 E 64 2F
Octal 360 70 0 0 115 144 6 16 144 57
Binary 11110000 111000 0 0 1001101 1100100 110 1110 1100100 101111

Color Harmonies of #F03800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03800

Black with #F03800

Text Example


Text Example

White with #F03800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03800; }

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

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

background-color css

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

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

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

border-color css

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

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

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