Html Css Color HEX #F2B511 Dark Tangerine

📋 copy color: '#F2B511'

red 242 ◦ green 181 ◦ blue 17

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

Shades of Dark Tangerine #F2B511

Tints of Dark Tangerine #F2B511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.14%

 BLUE value IS 17 (7.03% from 255) = 3.86%

R = 55%
G = 41.14%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2B511 (or 0xF2B511) is known color: Dark Tangerine. HEX triplet: F2, B5 and 11. RGB value is (242,181,17). Sum of RGB (Red+Green+Blue) = 242+181+17=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B511 is #0D4AEE. Grayscale: #B5B5B5. Windows color (decimal): -871151 or 1160690. OLE color: 1160690.

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

Color convert

RGB 242 181 17 -
CMYK 0 0.25 0.93 0.05
HSL 43.73º 0.9% 0.51% -
HSV(B) 43.73º 0.93% 0.95% -
XYZ 53.24 51.97 7.75 -
YUV 180.54 35.71 171.84 -
System Red Green Blue C M Y K H S L
Decimal 242 181 17 0 0.25 0.93 0.05 43.73 0.9 0.51
Hex F2 B5 11 0 19 5D 5 2C 5A 33
Octal 362 265 21 0 31 135 5 54 132 63
Binary 11110010 10110101 10001 0 11001 1011101 101 101100 1011010 110011

Color Harmonies of #F2B511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B511

Black with #F2B511

Text Example


Text Example

White with #F2B511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B511; }

 p { color: rgb(242,181,17); }

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

background-color css

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

 a { background-color: rgb(242,181,17); }

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

border-color css

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

 span { border-color: rgb(242,181,17); }

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