Html Css Color HEX #F08203 Tangerine

📋 copy color: '#F08203'

red 240 ◦ green 130 ◦ blue 3

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

Shades of Tangerine #F08203

Tints of Tangerine #F08203

RGB

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

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

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

R = 64.34%
G = 34.85%
B = 0.8%

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

#F08203 (or 0xF08203) is known color: Tangerine. HEX triplet: F0, 82 and 03. RGB value is (240,130,3). Sum of RGB (Red+Green+Blue) = 240+130+3=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F08203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08203 is #0F7DFC. Grayscale: #959595. Windows color (decimal): -1015293 or 230128. OLE color: 230128.

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

Color convert

RGB 240 130 3 -
CMYK 0 0.46 0.99 0.06
HSL 32.15º 0.98% 0.48% -
HSV(B) 32.15º 0.99% 0.94% -
XYZ 43.93 34.5 4.43 -
YUV 148.41 45.94 193.33 -
System Red Green Blue C M Y K H S L
Decimal 240 130 3 0 0.46 0.99 0.06 32.15 0.98 0.48
Hex F0 82 3 0 2E 63 6 20 62 30
Octal 360 202 3 0 56 143 6 40 142 60
Binary 11110000 10000010 11 0 101110 1100011 110 100000 1100010 110000

Color Harmonies of #F08203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08203

Black with #F08203

Text Example


Text Example

White with #F08203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08203; }

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

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

background-color css

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

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

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

border-color css

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

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

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