Html Css Color HEX #F0AF1A Dark Tangerine

📋 copy color: '#F0AF1A'

red 240 ◦ green 175 ◦ blue 26

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

Shades of Dark Tangerine #F0AF1A

Tints of Dark Tangerine #F0AF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

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

R = 54.42%
G = 39.68%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0AF1A (or 0xF0AF1A) is known color: Dark Tangerine. HEX triplet: F0, AF and 1A. RGB value is (240,175,26). Sum of RGB (Red+Green+Blue) = 240+175+26=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF1A is #0F50E5. Grayscale: #B2B2B2. Windows color (decimal): -1003750 or 1748976. OLE color: 1748976.

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

Color convert

RGB 240 175 26 -
CMYK 0 0.27 0.89 0.06
HSL 41.78º 0.88% 0.52% -
HSV(B) 41.78º 0.89% 0.94% -
XYZ 51.45 49.26 7.77 -
YUV 177.45 42.53 172.62 -
System Red Green Blue C M Y K H S L
Decimal 240 175 26 0 0.27 0.89 0.06 41.78 0.88 0.52
Hex F0 AF 1A 0 1B 59 6 2A 58 34
Octal 360 257 32 0 33 131 6 52 130 64
Binary 11110000 10101111 11010 0 11011 1011001 110 101010 1011000 110100

Color Harmonies of #F0AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF1A

Black with #F0AF1A

Text Example


Text Example

White with #F0AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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