Html Css Color HEX #F04503 Orange Red

📋 copy color: '#F04503'

red 240 ◦ green 69 ◦ blue 3

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

Shades of Orange Red #F04503

Tints of Orange Red #F04503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 76.92%
G = 22.12%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F04503 (or 0xF04503) is known color: Orange Red. HEX triplet: F0, 45 and 03. RGB value is (240,69,3). Sum of RGB (Red+Green+Blue) = 240+69+3=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F04503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04503 is #0FBAFC. Grayscale: #717171. Windows color (decimal): -1030909 or 214512. OLE color: 214512.

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

Color convert

RGB 240 69 3 -
CMYK 0 0.71 0.99 0.06
HSL 16.71º 0.98% 0.48% -
HSV(B) 16.71º 0.99% 0.94% -
XYZ 38.08 22.79 2.48 -
YUV 112.61 66.15 218.87 -
System Red Green Blue C M Y K H S L
Decimal 240 69 3 0 0.71 0.99 0.06 16.71 0.98 0.48
Hex F0 45 3 0 47 63 6 11 62 30
Octal 360 105 3 0 107 143 6 21 142 60
Binary 11110000 1000101 11 0 1000111 1100011 110 10001 1100010 110000

Color Harmonies of #F04503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04503

Black with #F04503

Text Example


Text Example

White with #F04503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04503; }

 p { color: rgb(240,69,3); }

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

background-color css

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

 a { background-color: rgb(240,69,3); }

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

border-color css

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

 span { border-color: rgb(240,69,3); }

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