Html Css Color HEX #F3920C Tangerine

📋 copy color: '#F3920C'

red 243 ◦ green 146 ◦ blue 12

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

Shades of Tangerine #F3920C

Tints of Tangerine #F3920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 60.6%
G = 36.41%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3920C (or 0xF3920C) is known color: Tangerine. HEX triplet: F3, 92 and 0C. RGB value is (243,146,12). Sum of RGB (Red+Green+Blue) = 243+146+12=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3920C is #0C6DF3. Grayscale: #A0A0A0. Windows color (decimal): -814580 or 824051. OLE color: 824051.

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

Color convert

RGB 243 146 12 -
CMYK 0 0.40 0.95 0.05
HSL 34.81º 0.91% 0.5% -
HSV(B) 34.81º 0.95% 0.95% -
XYZ 47.31 39.64 5.51 -
YUV 159.73 44.64 187.4 -
System Red Green Blue C M Y K H S L
Decimal 243 146 12 0 0.40 0.95 0.05 34.81 0.91 0.5
Hex F3 92 C 0 28 5F 5 23 5B 32
Octal 363 222 14 0 50 137 5 43 133 62
Binary 11110011 10010010 1100 0 101000 1011111 101 100011 1011011 110010

Color Harmonies of #F3920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3920C

Black with #F3920C

Text Example


Text Example

White with #F3920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3920C; }

 p { color: rgb(243,146,12); }

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

background-color css

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

 a { background-color: rgb(243,146,12); }

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

border-color css

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

 span { border-color: rgb(243,146,12); }

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