Html Css Color HEX #F03902 Orange Red

📋 copy color: '#F03902'

red 240 ◦ green 57 ◦ blue 2

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

Shades of Orange Red #F03902

Tints of Orange Red #F03902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

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

R = 80.27%
G = 19.06%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F03902 (or 0xF03902) is known color: Orange Red. HEX triplet: F0, 39 and 02. RGB value is (240,57,2). Sum of RGB (Red+Green+Blue) = 240+57+2=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F03902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03902 is #0FC6FD. Grayscale: #696969. Windows color (decimal): -1033982 or 145904. OLE color: 145904.

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

Color convert

RGB 240 57 2 -
CMYK 0 0.76 0.99 0.06
HSL 13.87º 0.98% 0.47% -
HSV(B) 13.87º 0.99% 0.94% -
XYZ 37.41 21.46 2.23 -
YUV 105.45 69.63 223.97 -
System Red Green Blue C M Y K H S L
Decimal 240 57 2 0 0.76 0.99 0.06 13.87 0.98 0.47
Hex F0 39 2 0 4C 63 6 E 62 2F
Octal 360 71 2 0 114 143 6 16 142 57
Binary 11110000 111001 10 0 1001100 1100011 110 1110 1100010 101111

Color Harmonies of #F03902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03902

Black with #F03902

Text Example


Text Example

White with #F03902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03902; }

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

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

background-color css

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

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

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

border-color css

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

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

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