Html Css Color HEX #F3B112 Dark Tangerine

📋 copy color: '#F3B112'

red 243 ◦ green 177 ◦ blue 18

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

Shades of Dark Tangerine #F3B112

Tints of Dark Tangerine #F3B112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

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

R = 55.48%
G = 40.41%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F3B112 (or 0xF3B112) is known color: Dark Tangerine. HEX triplet: F3, B1 and 12. RGB value is (243,177,18). Sum of RGB (Red+Green+Blue) = 243+177+18=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3B112 is #0C4EED. Grayscale: #B3B3B3. Windows color (decimal): -806638 or 1225203. OLE color: 1225203.

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

Color convert

RGB 243 177 18 -
CMYK 0 0.27 0.93 0.05
HSL 42.4º 0.9% 0.51% -
HSV(B) 42.4º 0.93% 0.95% -
XYZ 52.79 50.54 7.55 -
YUV 178.61 37.37 173.93 -
System Red Green Blue C M Y K H S L
Decimal 243 177 18 0 0.27 0.93 0.05 42.4 0.9 0.51
Hex F3 B1 12 0 1B 5D 5 2A 5A 33
Octal 363 261 22 0 33 135 5 52 132 63
Binary 11110011 10110001 10010 0 11011 1011101 101 101010 1011010 110011

Color Harmonies of #F3B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B112

Black with #F3B112

Text Example


Text Example

White with #F3B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B112; }

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

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

background-color css

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

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

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

border-color css

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

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

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