Html Css Color HEX #F2B110 Dark Tangerine

📋 copy color: '#F2B110'

red 242 ◦ green 177 ◦ blue 16

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

Shades of Dark Tangerine #F2B110

Tints of Dark Tangerine #F2B110

RGB

 RED value IS 242 (94.92% from 255) = 55.63%

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

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 55.63%
G = 40.69%
B = 3.68%

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

#F2B110 (or 0xF2B110) is known color: Dark Tangerine. HEX triplet: F2, B1 and 10. RGB value is (242,177,16). Sum of RGB (Red+Green+Blue) = 242+177+16=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B110 is #0D4EEF. Grayscale: #B2B2B2. Windows color (decimal): -872176 or 1094130. OLE color: 1094130.

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

Color convert

RGB 242 177 16 -
CMYK 0 0.27 0.93 0.05
HSL 42.74º 0.9% 0.51% -
HSV(B) 42.74º 0.93% 0.95% -
XYZ 52.43 50.36 7.45 -
YUV 178.08 36.53 173.59 -
System Red Green Blue C M Y K H S L
Decimal 242 177 16 0 0.27 0.93 0.05 42.74 0.9 0.51
Hex F2 B1 10 0 1B 5D 5 2B 5A 33
Octal 362 261 20 0 33 135 5 53 132 63
Binary 11110010 10110001 10000 0 11011 1011101 101 101011 1011010 110011

Color Harmonies of #F2B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B110

Black with #F2B110

Text Example


Text Example

White with #F2B110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B110; }

 p { color: rgb(242,177,16); }

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

background-color css

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

 a { background-color: rgb(242,177,16); }

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

border-color css

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

 span { border-color: rgb(242,177,16); }

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