Html Css Color HEX #F38412 Tangerine

📋 copy color: '#F38412'

red 243 ◦ green 132 ◦ blue 18

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

Shades of Tangerine #F38412

Tints of Tangerine #F38412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.59%

 BLUE value IS 18 (7.42% from 255) = 4.58%

R = 61.83%
G = 33.59%
B = 4.58%

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

#F38412 (or 0xF38412) is known color: Tangerine. HEX triplet: F3, 84 and 12. RGB value is (243,132,18). Sum of RGB (Red+Green+Blue) = 243+132+18=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F38412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38412 is #0C7BED. Grayscale: #989898. Windows color (decimal): -818158 or 1213683. OLE color: 1213683.

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

Color convert

RGB 243 132 18 -
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.32 35.6 5.06 -
YUV 152.19 52.27 192.77 -
System Red Green Blue C M Y K H S L
Decimal 243 132 18 0 0.46 0.93 0.05 30.4 0.9 0.51
Hex F3 84 12 0 2E 5D 5 1E 5A 33
Octal 363 204 22 0 56 135 5 36 132 63
Binary 11110011 10000100 10010 0 101110 1011101 101 11110 1011010 110011

Color Harmonies of #F38412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38412

Black with #F38412

Text Example


Text Example

White with #F38412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38412; }

 p { color: rgb(243,132,18); }

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

background-color css

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

 a { background-color: rgb(243,132,18); }

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

border-color css

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

 span { border-color: rgb(243,132,18); }

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