Html Css Color HEX #F04402 Orange Red

📋 copy color: '#F04402'

red 240 ◦ green 68 ◦ blue 2

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

Shades of Orange Red #F04402

Tints of Orange Red #F04402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 77.42%
G = 21.94%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F04402 (or 0xF04402) is known color: Orange Red. HEX triplet: F0, 44 and 02. RGB value is (240,68,2). Sum of RGB (Red+Green+Blue) = 240+68+2=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F04402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04402 is #0FBBFD. Grayscale: #707070. Windows color (decimal): -1031166 or 148720. OLE color: 148720.

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

Color convert

RGB 240 68 2 -
CMYK 0 0.72 0.99 0.06
HSL 16.64º 0.98% 0.47% -
HSV(B) 16.64º 0.99% 0.94% -
XYZ 38.01 22.66 2.43 -
YUV 111.9 65.98 219.37 -
System Red Green Blue C M Y K H S L
Decimal 240 68 2 0 0.72 0.99 0.06 16.64 0.98 0.47
Hex F0 44 2 0 48 63 6 11 62 2F
Octal 360 104 2 0 110 143 6 21 142 57
Binary 11110000 1000100 10 0 1001000 1100011 110 10001 1100010 101111

Color Harmonies of #F04402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04402

Black with #F04402

Text Example


Text Example

White with #F04402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04402; }

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

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

background-color css

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

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

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

border-color css

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

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

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