Html Css Color HEX #F04502 Orange Red

📋 copy color: '#F04502'

red 240 ◦ green 69 ◦ blue 2

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

Shades of Orange Red #F04502

Tints of Orange Red #F04502

RGB

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

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

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

R = 77.17%
G = 22.19%
B = 0.64%

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

#F04502 (or 0xF04502) is known color: Orange Red. HEX triplet: F0, 45 and 02. RGB value is (240,69,2). Sum of RGB (Red+Green+Blue) = 240+69+2=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F04502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04502 is #0FBAFD. Grayscale: #707070. Windows color (decimal): -1030910 or 148976. OLE color: 148976.

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

Color convert

RGB 240 69 2 -
CMYK 0 0.71 0.99 0.06
HSL 16.89º 0.98% 0.47% -
HSV(B) 16.89º 0.99% 0.94% -
XYZ 38.07 22.79 2.45 -
YUV 112.49 65.65 218.95 -
System Red Green Blue C M Y K H S L
Decimal 240 69 2 0 0.71 0.99 0.06 16.89 0.98 0.47
Hex F0 45 2 0 47 63 6 11 62 2F
Octal 360 105 2 0 107 143 6 21 142 57
Binary 11110000 1000101 10 0 1000111 1100011 110 10001 1100010 101111

Color Harmonies of #F04502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04502

Black with #F04502

Text Example


Text Example

White with #F04502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04502; }

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

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

background-color css

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

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

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

border-color css

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

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

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