Html Css Color HEX #F0A512 Dark Tangerine

📋 copy color: '#F0A512'

red 240 ◦ green 165 ◦ blue 18

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

Shades of Dark Tangerine #F0A512

Tints of Dark Tangerine #F0A512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

 BLUE value IS 18 (7.42% from 255) = 4.26%

R = 56.74%
G = 39.01%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0A512 (or 0xF0A512) is known color: Dark Tangerine. HEX triplet: F0, A5 and 12. RGB value is (240,165,18). Sum of RGB (Red+Green+Blue) = 240+165+18=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A512 is #0F5AED. Grayscale: #ABABAB. Windows color (decimal): -1006318 or 1222128. OLE color: 1222128.

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

Color convert

RGB 240 165 18 -
CMYK 0 0.31 0.92 0.06
HSL 39.73º 0.88% 0.51% -
HSV(B) 39.73º 0.93% 0.94% -
XYZ 49.5 45.48 6.74 -
YUV 170.67 41.85 177.45 -
System Red Green Blue C M Y K H S L
Decimal 240 165 18 0 0.31 0.92 0.06 39.73 0.88 0.51
Hex F0 A5 12 0 1F 5C 6 28 58 33
Octal 360 245 22 0 37 134 6 50 130 63
Binary 11110000 10100101 10010 0 11111 1011100 110 101000 1011000 110011

Color Harmonies of #F0A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A512

Black with #F0A512

Text Example


Text Example

White with #F0A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A512; }

 p { color: rgb(240,165,18); }

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

background-color css

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

 a { background-color: rgb(240,165,18); }

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

border-color css

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

 span { border-color: rgb(240,165,18); }

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