Html Css Color HEX #F08212 Tangerine

📋 copy color: '#F08212'

red 240 ◦ green 130 ◦ blue 18

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

Shades of Tangerine #F08212

Tints of Tangerine #F08212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 61.86%
G = 33.51%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08212 (or 0xF08212) is known color: Tangerine. HEX triplet: F0, 82 and 12. RGB value is (240,130,18). Sum of RGB (Red+Green+Blue) = 240+130+18=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F08212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08212 is #0F7DED. Grayscale: #969696. Windows color (decimal): -1015278 or 1213168. OLE color: 1213168.

HSL color Cylindrical-coordinate representation of color #F08212: hue angle of 30.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F08212 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 18 -
CMYK 0 0.46 0.92 0.06
HSL 30.27º 0.88% 0.51% -
HSV(B) 30.27º 0.93% 0.94% -
XYZ 44.03 34.53 4.92 -
YUV 150.12 53.44 192.11 -
System Red Green Blue C M Y K H S L
Decimal 240 130 18 0 0.46 0.92 0.06 30.27 0.88 0.51
Hex F0 82 12 0 2E 5C 6 1E 58 33
Octal 360 202 22 0 56 134 6 36 130 63
Binary 11110000 10000010 10010 0 101110 1011100 110 11110 1011000 110011

Color Harmonies of #F08212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08212

Black with #F08212

Text Example


Text Example

White with #F08212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08212; }

 p { color: rgb(240,130,18); }

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

background-color css

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

 a { background-color: rgb(240,130,18); }

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

border-color css

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

 span { border-color: rgb(240,130,18); }

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