Html Css Color HEX #F04400 Orange Red

📋 copy color: '#F04400'

red 240 ◦ green 68 ◦ blue 0

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

Shades of Orange Red #F04400

Tints of Orange Red #F04400

RGB

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

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

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

R = 77.92%
G = 22.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F04400 (or 0xF04400) is known color: Orange Red. HEX triplet: F0, 44 and 00. RGB value is (240,68,0). Sum of RGB (Red+Green+Blue) = 240+68+0=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F04400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04400 is #0FBBFF. Grayscale: #707070. Windows color (decimal): -1031168 or 17648. OLE color: 17648.

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

Color convert

RGB 240 68 0 -
CMYK 0 0.72 1 0.06
HSL 17º 1% 0.47% -
HSV(B) 17º 1% 0.94% -
XYZ 38 22.66 2.37 -
YUV 111.68 64.98 219.53 -
System Red Green Blue C M Y K H S L
Decimal 240 68 0 0 0.72 1 0.06 17 1 0.47
Hex F0 44 0 0 48 64 6 11 64 2F
Octal 360 104 0 0 110 144 6 21 144 57
Binary 11110000 1000100 0 0 1001000 1100100 110 10001 1100100 101111

Color Harmonies of #F04400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04400

Black with #F04400

Text Example


Text Example

White with #F04400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04400; }

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

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

background-color css

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

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

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

border-color css

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

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

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