Html Css Color HEX #F38C10 Tangerine

📋 copy color: '#F38C10'

red 243 ◦ green 140 ◦ blue 16

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

Shades of Tangerine #F38C10

Tints of Tangerine #F38C10

RGB

 RED value IS 243 (95.31% from 255) = 60.9%

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 16 (6.64% from 255) = 4.01%

R = 60.9%
G = 35.09%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F38C10 (or 0xF38C10) is known color: Tangerine. HEX triplet: F3, 8C and 10. RGB value is (243,140,16). Sum of RGB (Red+Green+Blue) = 243+140+16=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38C10 is #0C73EF. Grayscale: #9D9D9D. Windows color (decimal): -816112 or 1084659. OLE color: 1084659.

HSL color Cylindrical-coordinate representation of color #F38C10: hue angle of 32.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F38C10 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 140 16 -
CMYK 0 0.42 0.93 0.05
HSL 32.78º 0.9% 0.51% -
HSV(B) 32.78º 0.93% 0.95% -
XYZ 46.43 37.85 5.35 -
YUV 156.66 48.62 189.58 -
System Red Green Blue C M Y K H S L
Decimal 243 140 16 0 0.42 0.93 0.05 32.78 0.9 0.51
Hex F3 8C 10 0 2A 5D 5 21 5A 33
Octal 363 214 20 0 52 135 5 41 132 63
Binary 11110011 10001100 10000 0 101010 1011101 101 100001 1011010 110011

Color Harmonies of #F38C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C10

Black with #F38C10

Text Example


Text Example

White with #F38C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C10; }

 p { color: rgb(243,140,16); }

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

background-color css

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

 a { background-color: rgb(243,140,16); }

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

border-color css

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

 span { border-color: rgb(243,140,16); }

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