Html Css Color HEX #F03505 Orange Red

📋 copy color: '#F03505'

red 240 ◦ green 53 ◦ blue 5

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

Shades of Orange Red #F03505

Tints of Orange Red #F03505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 80.54%
G = 17.79%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F03505 (or 0xF03505) is known color: Orange Red. HEX triplet: F0, 35 and 05. RGB value is (240,53,5). Sum of RGB (Red+Green+Blue) = 240+53+5=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F03505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03505 is #0FCAFA. Grayscale: #676767. Windows color (decimal): -1035003 or 341488. OLE color: 341488.

HSL color Cylindrical-coordinate representation of color #F03505: hue angle of 12.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F03505 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 5 -
CMYK 0 0.78 0.98 0.06
HSL 12.26º 0.96% 0.48% -
HSV(B) 12.26º 0.98% 0.94% -
XYZ 37.24 21.08 2.25 -
YUV 103.44 72.45 225.4 -
System Red Green Blue C M Y K H S L
Decimal 240 53 5 0 0.78 0.98 0.06 12.26 0.96 0.48
Hex F0 35 5 0 4E 62 6 C 60 30
Octal 360 65 5 0 116 142 6 14 140 60
Binary 11110000 110101 101 0 1001110 1100010 110 1100 1100000 110000

Color Harmonies of #F03505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03505

Black with #F03505

Text Example


Text Example

White with #F03505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03505; }

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

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

background-color css

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

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

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

border-color css

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

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

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