Html Css Color HEX #F04405 Orange Red

📋 copy color: '#F04405'

red 240 ◦ green 68 ◦ blue 5

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

Shades of Orange Red #F04405

Tints of Orange Red #F04405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 76.68%
G = 21.73%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04405 (or 0xF04405) is known color: Orange Red. HEX triplet: F0, 44 and 05. RGB value is (240,68,5). Sum of RGB (Red+Green+Blue) = 240+68+5=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F04405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04405 is #0FBBFA. Grayscale: #707070. Windows color (decimal): -1031163 or 345328. OLE color: 345328.

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

Color convert

RGB 240 68 5 -
CMYK 0 0.72 0.98 0.06
HSL 16.09º 0.96% 0.48% -
HSV(B) 16.09º 0.98% 0.94% -
XYZ 38.03 22.67 2.52 -
YUV 112.25 67.48 219.12 -
System Red Green Blue C M Y K H S L
Decimal 240 68 5 0 0.72 0.98 0.06 16.09 0.96 0.48
Hex F0 44 5 0 48 62 6 10 60 30
Octal 360 104 5 0 110 142 6 20 140 60
Binary 11110000 1000100 101 0 1001000 1100010 110 10000 1100000 110000

Color Harmonies of #F04405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04405

Black with #F04405

Text Example


Text Example

White with #F04405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04405; }

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

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

background-color css

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

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

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

border-color css

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

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

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