Html Css Color HEX #F04102 Orange Red

📋 copy color: '#F04102'

red 240 ◦ green 65 ◦ blue 2

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

Shades of Orange Red #F04102

Tints of Orange Red #F04102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 78.18%
G = 21.17%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F04102 (or 0xF04102) is known color: Orange Red. HEX triplet: F0, 41 and 02. RGB value is (240,65,2). Sum of RGB (Red+Green+Blue) = 240+65+2=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F04102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04102 is #0FBEFD. Grayscale: #6E6E6E. Windows color (decimal): -1031934 or 147952. OLE color: 147952.

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

Color convert

RGB 240 65 2 -
CMYK 0 0.73 0.99 0.06
HSL 15.88º 0.98% 0.47% -
HSV(B) 15.88º 0.99% 0.94% -
XYZ 37.84 22.31 2.37 -
YUV 110.14 66.98 220.62 -
System Red Green Blue C M Y K H S L
Decimal 240 65 2 0 0.73 0.99 0.06 15.88 0.98 0.47
Hex F0 41 2 0 49 63 6 10 62 2F
Octal 360 101 2 0 111 143 6 20 142 57
Binary 11110000 1000001 10 0 1001001 1100011 110 10000 1100010 101111

Color Harmonies of #F04102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04102

Black with #F04102

Text Example


Text Example

White with #F04102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04102; }

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

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

background-color css

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

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

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

border-color css

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

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

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