Html Css Color HEX #F08202 Tangerine

📋 copy color: '#F08202'

red 240 ◦ green 130 ◦ blue 2

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

Shades of Tangerine #F08202

Tints of Tangerine #F08202

RGB

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

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

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

R = 64.52%
G = 34.95%
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

#F08202 (or 0xF08202) is known color: Tangerine. HEX triplet: F0, 82 and 02. RGB value is (240,130,2). Sum of RGB (Red+Green+Blue) = 240+130+2=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F08202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08202 is #0F7DFD. Grayscale: #949494. Windows color (decimal): -1015294 or 164592. OLE color: 164592.

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

Color convert

RGB 240 130 2 -
CMYK 0 0.46 0.99 0.06
HSL 32.27º 0.98% 0.47% -
HSV(B) 32.27º 0.99% 0.94% -
XYZ 43.93 34.49 4.4 -
YUV 148.3 45.44 193.41 -
System Red Green Blue C M Y K H S L
Decimal 240 130 2 0 0.46 0.99 0.06 32.27 0.98 0.47
Hex F0 82 2 0 2E 63 6 20 62 2F
Octal 360 202 2 0 56 143 6 40 142 57
Binary 11110000 10000010 10 0 101110 1100011 110 100000 1100010 101111

Color Harmonies of #F08202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08202

Black with #F08202

Text Example


Text Example

White with #F08202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08202; }

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

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

background-color css

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

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

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

border-color css

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

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

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