Html Css Color HEX #F08302 Tangerine

📋 copy color: '#F08302'

red 240 ◦ green 131 ◦ blue 2

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

Shades of Tangerine #F08302

Tints of Tangerine #F08302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 64.34%
G = 35.12%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F08302 (or 0xF08302) is known color: Tangerine. HEX triplet: F0, 83 and 02. RGB value is (240,131,2). Sum of RGB (Red+Green+Blue) = 240+131+2=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F08302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08302 is #0F7CFD. Grayscale: #959595. Windows color (decimal): -1015038 or 164848. OLE color: 164848.

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

Color convert

RGB 240 131 2 -
CMYK 0 0.45 0.99 0.06
HSL 32.52º 0.98% 0.47% -
HSV(B) 32.52º 0.99% 0.94% -
XYZ 44.06 34.76 4.44 -
YUV 148.89 45.11 192.99 -
System Red Green Blue C M Y K H S L
Decimal 240 131 2 0 0.45 0.99 0.06 32.52 0.98 0.47
Hex F0 83 2 0 2D 63 6 21 62 2F
Octal 360 203 2 0 55 143 6 41 142 57
Binary 11110000 10000011 10 0 101101 1100011 110 100001 1100010 101111

Color Harmonies of #F08302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08302

Black with #F08302

Text Example


Text Example

White with #F08302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08302; }

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

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

background-color css

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

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

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

border-color css

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

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

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