Html Css Color HEX #F0B119 Dark Tangerine

📋 copy color: '#F0B119'

red 240 ◦ green 177 ◦ blue 25

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

Shades of Dark Tangerine #F0B119

Tints of Dark Tangerine #F0B119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.66%

R = 54.3%
G = 40.05%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0B119 (or 0xF0B119) is known color: Dark Tangerine. HEX triplet: F0, B1 and 19. RGB value is (240,177,25). Sum of RGB (Red+Green+Blue) = 240+177+25=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B119 is #0F4EE6. Grayscale: #B3B3B3. Windows color (decimal): -1003239 or 1683952. OLE color: 1683952.

HSL color Cylindrical-coordinate representation of color #F0B119: hue angle of 42.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0B119 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 177 25 -
CMYK 0 0.26 0.90 0.06
HSL 42.42º 0.88% 0.52% -
HSV(B) 42.42º 0.9% 0.94% -
XYZ 51.83 50.04 7.85 -
YUV 178.51 41.37 171.86 -
System Red Green Blue C M Y K H S L
Decimal 240 177 25 0 0.26 0.90 0.06 42.42 0.88 0.52
Hex F0 B1 19 0 1A 5A 6 2A 58 34
Octal 360 261 31 0 32 132 6 52 130 64
Binary 11110000 10110001 11001 0 11010 1011010 110 101010 1011000 110100

Color Harmonies of #F0B119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B119

Black with #F0B119

Text Example


Text Example

White with #F0B119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B119; }

 p { color: rgb(240,177,25); }

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

background-color css

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

 a { background-color: rgb(240,177,25); }

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

border-color css

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

 span { border-color: rgb(240,177,25); }

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