Html Css Color HEX #F38310 Tangerine

📋 copy color: '#F38310'

red 243 ◦ green 131 ◦ blue 16

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

Shades of Tangerine #F38310

Tints of Tangerine #F38310

RGB

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

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

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

R = 62.31%
G = 33.59%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F38310 (or 0xF38310) is known color: Tangerine. HEX triplet: F3, 83 and 10. RGB value is (243,131,16). Sum of RGB (Red+Green+Blue) = 243+131+16=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F38310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38310 is #0C7CEF. Grayscale: #979797. Windows color (decimal): -818416 or 1082355. OLE color: 1082355.

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

Color convert

RGB 243 131 16 -
CMYK 0 0.46 0.93 0.05
HSL 30.4º 0.9% 0.51% -
HSV(B) 30.4º 0.93% 0.95% -
XYZ 45.17 35.32 4.93 -
YUV 151.38 51.61 193.35 -
System Red Green Blue C M Y K H S L
Decimal 243 131 16 0 0.46 0.93 0.05 30.4 0.9 0.51
Hex F3 83 10 0 2E 5D 5 1E 5A 33
Octal 363 203 20 0 56 135 5 36 132 63
Binary 11110011 10000011 10000 0 101110 1011101 101 11110 1011010 110011

Color Harmonies of #F38310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38310

Black with #F38310

Text Example


Text Example

White with #F38310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38310; }

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

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

background-color css

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

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

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

border-color css

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

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

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