Html Css Color HEX #F38211 Tangerine

📋 copy color: '#F38211'

red 243 ◦ green 130 ◦ blue 17

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

Shades of Tangerine #F38211

Tints of Tangerine #F38211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.36%

R = 62.31%
G = 33.33%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F38211 (or 0xF38211) is known color: Tangerine. HEX triplet: F3, 82 and 11. RGB value is (243,130,17). Sum of RGB (Red+Green+Blue) = 243+130+17=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F38211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38211 is #0C7DEE. Grayscale: #979797. Windows color (decimal): -818671 or 1147635. OLE color: 1147635.

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

Color convert

RGB 243 130 17 -
CMYK 0 0.47 0.93 0.05
HSL 30º 0.9% 0.51% -
HSV(B) 30º 0.93% 0.95% -
XYZ 45.05 35.06 4.92 -
YUV 150.91 52.44 193.69 -
System Red Green Blue C M Y K H S L
Decimal 243 130 17 0 0.47 0.93 0.05 30 0.9 0.51
Hex F3 82 11 0 2F 5D 5 1E 5A 33
Octal 363 202 21 0 57 135 5 36 132 63
Binary 11110011 10000010 10001 0 101111 1011101 101 11110 1011010 110011

Color Harmonies of #F38211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38211

Black with #F38211

Text Example


Text Example

White with #F38211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38211; }

 p { color: rgb(243,130,17); }

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

background-color css

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

 a { background-color: rgb(243,130,17); }

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

border-color css

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

 span { border-color: rgb(243,130,17); }

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