Html Css Color HEX #F03500 Orange Red

📋 copy color: '#F03500'

red 240 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #F03500

Tints of Orange Red #F03500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 81.91%
G = 18.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F03500 (or 0xF03500) is known color: Orange Red. HEX triplet: F0, 35 and 00. RGB value is (240,53,0). Sum of RGB (Red+Green+Blue) = 240+53+0=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F03500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03500 is #0FCAFF. Grayscale: #676767. Windows color (decimal): -1035008 or 13808. OLE color: 13808.

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

Color convert

RGB 240 53 0 -
CMYK 0 0.78 1 0.06
HSL 13.25º 1% 0.47% -
HSV(B) 13.25º 1% 0.94% -
XYZ 37.21 21.07 2.11 -
YUV 102.87 69.95 225.81 -
System Red Green Blue C M Y K H S L
Decimal 240 53 0 0 0.78 1 0.06 13.25 1 0.47
Hex F0 35 0 0 4E 64 6 D 64 2F
Octal 360 65 0 0 116 144 6 15 144 57
Binary 11110000 110101 0 0 1001110 1100100 110 1101 1100100 101111

Color Harmonies of #F03500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03500

Black with #F03500

Text Example


Text Example

White with #F03500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03500; }

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

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

background-color css

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

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

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

border-color css

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

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

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