Html Css Color HEX #F0AC1A Dark Tangerine

📋 copy color: '#F0AC1A'

red 240 ◦ green 172 ◦ blue 26

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

Shades of Dark Tangerine #F0AC1A

Tints of Dark Tangerine #F0AC1A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

 BLUE value IS 26 (10.55% from 255) = 5.94%

R = 54.79%
G = 39.27%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0AC1A (or 0xF0AC1A) is known color: Dark Tangerine. HEX triplet: F0, AC and 1A. RGB value is (240,172,26). Sum of RGB (Red+Green+Blue) = 240+172+26=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC1A is #0F53E5. Grayscale: #B0B0B0. Windows color (decimal): -1004518 or 1748208. OLE color: 1748208.

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

Color convert

RGB 240 172 26 -
CMYK 0 0.28 0.89 0.06
HSL 40.93º 0.88% 0.52% -
HSV(B) 40.93º 0.89% 0.94% -
XYZ 50.87 48.1 7.58 -
YUV 175.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 240 172 26 0 0.28 0.89 0.06 40.93 0.88 0.52
Hex F0 AC 1A 0 1C 59 6 29 58 34
Octal 360 254 32 0 34 131 6 51 130 64
Binary 11110000 10101100 11010 0 11100 1011001 110 101001 1011000 110100

Color Harmonies of #F0AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC1A

Black with #F0AC1A

Text Example


Text Example

White with #F0AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC1A; }

 p { color: rgb(240,172,26); }

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

background-color css

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

 a { background-color: rgb(240,172,26); }

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

border-color css

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

 span { border-color: rgb(240,172,26); }

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