Html Css Color HEX #F0B510 Dark Tangerine

📋 copy color: '#F0B510'

red 240 ◦ green 181 ◦ blue 16

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

Shades of Dark Tangerine #F0B510

Tints of Dark Tangerine #F0B510

RGB

 RED value IS 240 (94.14% from 255) = 54.92%

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

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

R = 54.92%
G = 41.42%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0B510 (or 0xF0B510) is known color: Dark Tangerine. HEX triplet: F0, B5 and 10. RGB value is (240,181,16). Sum of RGB (Red+Green+Blue) = 240+181+16=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B510 is #0F4AEF. Grayscale: #B4B4B4. Windows color (decimal): -1002224 or 1095152. OLE color: 1095152.

HSL color Cylindrical-coordinate representation of color #F0B510: hue angle of 44.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0B510 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 181 16 -
CMYK 0 0.25 0.93 0.06
HSL 44.2º 0.88% 0.5% -
HSV(B) 44.2º 0.93% 0.94% -
XYZ 52.55 51.61 7.68 -
YUV 179.83 35.55 170.92 -
System Red Green Blue C M Y K H S L
Decimal 240 181 16 0 0.25 0.93 0.06 44.2 0.88 0.5
Hex F0 B5 10 0 19 5D 6 2C 58 32
Octal 360 265 20 0 31 135 6 54 130 62
Binary 11110000 10110101 10000 0 11001 1011101 110 101100 1011000 110010

Color Harmonies of #F0B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B510

Black with #F0B510

Text Example


Text Example

White with #F0B510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B510; }

 p { color: rgb(240,181,16); }

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

background-color css

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

 a { background-color: rgb(240,181,16); }

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

border-color css

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

 span { border-color: rgb(240,181,16); }

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