Html Css Color HEX #F08102 Tangerine

📋 copy color: '#F08102'

red 240 ◦ green 129 ◦ blue 2

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

Shades of Tangerine #F08102

Tints of Tangerine #F08102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 64.69%
G = 34.77%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F08102 (or 0xF08102) is known color: Tangerine. HEX triplet: F0, 81 and 02. RGB value is (240,129,2). Sum of RGB (Red+Green+Blue) = 240+129+2=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F08102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08102 is #0F7EFD. Grayscale: #949494. Windows color (decimal): -1015550 or 164336. OLE color: 164336.

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

Color convert

RGB 240 129 2 -
CMYK 0 0.46 0.99 0.06
HSL 32.02º 0.98% 0.47% -
HSV(B) 32.02º 0.99% 0.94% -
XYZ 43.8 34.23 4.36 -
YUV 147.71 45.77 193.83 -
System Red Green Blue C M Y K H S L
Decimal 240 129 2 0 0.46 0.99 0.06 32.02 0.98 0.47
Hex F0 81 2 0 2E 63 6 20 62 2F
Octal 360 201 2 0 56 143 6 40 142 57
Binary 11110000 10000001 10 0 101110 1100011 110 100000 1100010 101111

Color Harmonies of #F08102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08102

Black with #F08102

Text Example


Text Example

White with #F08102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08102; }

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

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

background-color css

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

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

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

border-color css

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

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

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