Html Css Color HEX #F0A41A Dark Tangerine

📋 copy color: '#F0A41A'

red 240 ◦ green 164 ◦ blue 26

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

Shades of Dark Tangerine #F0A41A

Tints of Dark Tangerine #F0A41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

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

R = 55.81%
G = 38.14%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0A41A (or 0xF0A41A) is known color: Dark Tangerine. HEX triplet: F0, A4 and 1A. RGB value is (240,164,26). Sum of RGB (Red+Green+Blue) = 240+164+26=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A41A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A41A is #0F5BE5. Grayscale: #ABABAB. Windows color (decimal): -1006566 or 1746160. OLE color: 1746160.

HSL color Cylindrical-coordinate representation of color #F0A41A: hue angle of 38.69º 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 #F0A41A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 26 -
CMYK 0 0.32 0.89 0.06
HSL 38.69º 0.88% 0.52% -
HSV(B) 38.69º 0.89% 0.94% -
XYZ 49.4 45.15 7.09 -
YUV 170.99 46.18 177.22 -
System Red Green Blue C M Y K H S L
Decimal 240 164 26 0 0.32 0.89 0.06 38.69 0.88 0.52
Hex F0 A4 1A 0 20 59 6 27 58 34
Octal 360 244 32 0 40 131 6 47 130 64
Binary 11110000 10100100 11010 0 100000 1011001 110 100111 1011000 110100

Color Harmonies of #F0A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A41A

Black with #F0A41A

Text Example


Text Example

White with #F0A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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