Html Css Color HEX #F2B411 Dark Tangerine

📋 copy color: '#F2B411'

red 242 ◦ green 180 ◦ blue 17

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

Shades of Dark Tangerine #F2B411

Tints of Dark Tangerine #F2B411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 55.13%
G = 41%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2B411 (or 0xF2B411) is known color: Dark Tangerine. HEX triplet: F2, B4 and 11. RGB value is (242,180,17). Sum of RGB (Red+Green+Blue) = 242+180+17=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B411 is #0D4BEE. Grayscale: #B4B4B4. Windows color (decimal): -871407 or 1160434. OLE color: 1160434.

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

Color convert

RGB 242 180 17 -
CMYK 0 0.26 0.93 0.05
HSL 43.47º 0.9% 0.51% -
HSV(B) 43.47º 0.93% 0.95% -
XYZ 53.04 51.56 7.69 -
YUV 179.96 36.04 172.25 -
System Red Green Blue C M Y K H S L
Decimal 242 180 17 0 0.26 0.93 0.05 43.47 0.9 0.51
Hex F2 B4 11 0 1A 5D 5 2B 5A 33
Octal 362 264 21 0 32 135 5 53 132 63
Binary 11110010 10110100 10001 0 11010 1011101 101 101011 1011010 110011

Color Harmonies of #F2B411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B411

Black with #F2B411

Text Example


Text Example

White with #F2B411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B411; }

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

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

background-color css

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

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

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

border-color css

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

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

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