Html Css Color HEX #F38B0E Tangerine

📋 copy color: '#F38B0E'

red 243 ◦ green 139 ◦ blue 14

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

Shades of Tangerine #F38B0E

Tints of Tangerine #F38B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 61.36%
G = 35.1%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F38B0E (or 0xF38B0E) is known color: Tangerine. HEX triplet: F3, 8B and 0E. RGB value is (243,139,14). Sum of RGB (Red+Green+Blue) = 243+139+14=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38B0E is #0C74F1. Grayscale: #9C9C9C. Windows color (decimal): -816370 or 953331. OLE color: 953331.

HSL color Cylindrical-coordinate representation of color #F38B0E: hue angle of 32.75º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F38B0E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 139 14 -
CMYK 0 0.43 0.94 0.05
HSL 32.75º 0.91% 0.5% -
HSV(B) 32.75º 0.94% 0.95% -
XYZ 46.27 37.55 5.22 -
YUV 155.85 47.96 190.16 -
System Red Green Blue C M Y K H S L
Decimal 243 139 14 0 0.43 0.94 0.05 32.75 0.91 0.5
Hex F3 8B E 0 2B 5E 5 21 5B 32
Octal 363 213 16 0 53 136 5 41 133 62
Binary 11110011 10001011 1110 0 101011 1011110 101 100001 1011011 110010

Color Harmonies of #F38B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38B0E

Black with #F38B0E

Text Example


Text Example

White with #F38B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38B0E; }

 p { color: rgb(243,139,14); }

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

background-color css

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

 a { background-color: rgb(243,139,14); }

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

border-color css

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

 span { border-color: rgb(243,139,14); }

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