Html Css Color HEX #F08303 Tangerine

📋 copy color: '#F08303'

red 240 ◦ green 131 ◦ blue 3

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

Shades of Tangerine #F08303

Tints of Tangerine #F08303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 64.17%
G = 35.03%
B = 0.8%

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

#F08303 (or 0xF08303) is known color: Tangerine. HEX triplet: F0, 83 and 03. RGB value is (240,131,3). Sum of RGB (Red+Green+Blue) = 240+131+3=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F08303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08303 is #0F7CFC. Grayscale: #959595. Windows color (decimal): -1015037 or 230384. OLE color: 230384.

HSL color Cylindrical-coordinate representation of color #F08303: hue angle of 32.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F08303 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 3 -
CMYK 0 0.45 0.99 0.06
HSL 32.41º 0.98% 0.48% -
HSV(B) 32.41º 0.99% 0.94% -
XYZ 44.07 34.76 4.47 -
YUV 149 45.61 192.91 -
System Red Green Blue C M Y K H S L
Decimal 240 131 3 0 0.45 0.99 0.06 32.41 0.98 0.48
Hex F0 83 3 0 2D 63 6 20 62 30
Octal 360 203 3 0 55 143 6 40 142 60
Binary 11110000 10000011 11 0 101101 1100011 110 100000 1100010 110000

Color Harmonies of #F08303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08303

Black with #F08303

Text Example


Text Example

White with #F08303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08303; }

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

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

background-color css

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

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

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

border-color css

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

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

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