Html Css Color HEX #F08103 Tangerine

📋 copy color: '#F08103'

red 240 ◦ green 129 ◦ blue 3

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

Shades of Tangerine #F08103

Tints of Tangerine #F08103

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

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

R = 64.52%
G = 34.68%
B = 0.81%

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

#F08103 (or 0xF08103) is known color: Tangerine. HEX triplet: F0, 81 and 03. RGB value is (240,129,3). Sum of RGB (Red+Green+Blue) = 240+129+3=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F08103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08103 is #0F7EFC. Grayscale: #949494. Windows color (decimal): -1015549 or 229872. OLE color: 229872.

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

Color convert

RGB 240 129 3 -
CMYK 0 0.46 0.99 0.06
HSL 31.9º 0.98% 0.48% -
HSV(B) 31.9º 0.99% 0.94% -
XYZ 43.8 34.23 4.39 -
YUV 147.83 46.27 193.75 -
System Red Green Blue C M Y K H S L
Decimal 240 129 3 0 0.46 0.99 0.06 31.9 0.98 0.48
Hex F0 81 3 0 2E 63 6 20 62 30
Octal 360 201 3 0 56 143 6 40 142 60
Binary 11110000 10000001 11 0 101110 1100011 110 100000 1100010 110000

Color Harmonies of #F08103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08103

Black with #F08103

Text Example


Text Example

White with #F08103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08103; }

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

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

background-color css

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

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

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

border-color css

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

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

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