Html Css Color HEX #F04200 Orange Red

📋 copy color: '#F04200'

red 240 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #F04200

Tints of Orange Red #F04200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 78.43%
G = 21.57%
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

#F04200 (or 0xF04200) is known color: Orange Red. HEX triplet: F0, 42 and 00. RGB value is (240,66,0). Sum of RGB (Red+Green+Blue) = 240+66+0=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F04200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04200 is #0FBDFF. Grayscale: #6E6E6E. Windows color (decimal): -1031680 or 17136. OLE color: 17136.

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

Color convert

RGB 240 66 0 -
CMYK 0 0.72 1 0.06
HSL 16.5º 1% 0.47% -
HSV(B) 16.5º 1% 0.94% -
XYZ 37.88 22.42 2.33 -
YUV 110.5 65.65 220.37 -
System Red Green Blue C M Y K H S L
Decimal 240 66 0 0 0.72 1 0.06 16.5 1 0.47
Hex F0 42 0 0 48 64 6 10 64 2F
Octal 360 102 0 0 110 144 6 20 144 57
Binary 11110000 1000010 0 0 1001000 1100100 110 10000 1100100 101111

Color Harmonies of #F04200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04200

Black with #F04200

Text Example


Text Example

White with #F04200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04200; }

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

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

background-color css

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

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

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

border-color css

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

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

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