Html Css Color HEX #F38413 Tangerine

📋 copy color: '#F38413'

red 243 ◦ green 132 ◦ blue 19

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

Shades of Tangerine #F38413

Tints of Tangerine #F38413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 61.68%
G = 33.5%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F38413 (or 0xF38413) is known color: Tangerine. HEX triplet: F3, 84 and 13. RGB value is (243,132,19). Sum of RGB (Red+Green+Blue) = 243+132+19=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F38413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38413 is #0C7BEC. Grayscale: #989898. Windows color (decimal): -818157 or 1279219. OLE color: 1279219.

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

Color convert

RGB 243 132 19 -
CMYK 0 0.46 0.92 0.05
HSL 30.27º 0.9% 0.51% -
HSV(B) 30.27º 0.92% 0.95% -
XYZ 45.33 35.6 5.1 -
YUV 152.31 52.77 192.69 -
System Red Green Blue C M Y K H S L
Decimal 243 132 19 0 0.46 0.92 0.05 30.27 0.9 0.51
Hex F3 84 13 0 2E 5C 5 1E 5A 33
Octal 363 204 23 0 56 134 5 36 132 63
Binary 11110011 10000100 10011 0 101110 1011100 101 11110 1011010 110011

Color Harmonies of #F38413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38413

Black with #F38413

Text Example


Text Example

White with #F38413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38413; }

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

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

background-color css

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

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

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

border-color css

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

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

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