Html Css Color HEX #F08304 Tangerine

📋 copy color: '#F08304'

red 240 ◦ green 131 ◦ blue 4

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

Shades of Tangerine #F08304

Tints of Tangerine #F08304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 64%
G = 34.93%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F08304 (or 0xF08304) is known color: Tangerine. HEX triplet: F0, 83 and 04. RGB value is (240,131,4). Sum of RGB (Red+Green+Blue) = 240+131+4=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F08304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08304 is #0F7CFB. Grayscale: #959595. Windows color (decimal): -1015036 or 295920. OLE color: 295920.

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

Color convert

RGB 240 131 4 -
CMYK 0 0.45 0.98 0.06
HSL 32.29º 0.97% 0.48% -
HSV(B) 32.29º 0.98% 0.94% -
XYZ 44.07 34.77 4.5 -
YUV 149.11 46.11 192.83 -
System Red Green Blue C M Y K H S L
Decimal 240 131 4 0 0.45 0.98 0.06 32.29 0.97 0.48
Hex F0 83 4 0 2D 62 6 20 61 30
Octal 360 203 4 0 55 142 6 40 141 60
Binary 11110000 10000011 100 0 101101 1100010 110 100000 1100001 110000

Color Harmonies of #F08304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08304

Black with #F08304

Text Example


Text Example

White with #F08304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08304; }

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

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

background-color css

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

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

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

border-color css

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

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

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