Html Css Color HEX #F0A61B Dark Tangerine

📋 copy color: '#F0A61B'

red 240 ◦ green 166 ◦ blue 27

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

Shades of Dark Tangerine #F0A61B

Tints of Dark Tangerine #F0A61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.34%

 BLUE value IS 27 (10.94% from 255) = 6.24%

R = 55.43%
G = 38.34%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0A61B (or 0xF0A61B) is known color: Dark Tangerine. HEX triplet: F0, A6 and 1B. RGB value is (240,166,27). Sum of RGB (Red+Green+Blue) = 240+166+27=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A61B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A61B is #0F59E4. Grayscale: #ACACAC. Windows color (decimal): -1006053 or 1812208. OLE color: 1812208.

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

Color convert

RGB 240 166 27 -
CMYK 0 0.31 0.89 0.06
HSL 39.15º 0.88% 0.52% -
HSV(B) 39.15º 0.89% 0.94% -
XYZ 49.77 45.88 7.27 -
YUV 172.28 46.02 176.3 -
System Red Green Blue C M Y K H S L
Decimal 240 166 27 0 0.31 0.89 0.06 39.15 0.88 0.52
Hex F0 A6 1B 0 1F 59 6 27 58 34
Octal 360 246 33 0 37 131 6 47 130 64
Binary 11110000 10100110 11011 0 11111 1011001 110 100111 1011000 110100

Color Harmonies of #F0A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A61B

Black with #F0A61B

Text Example


Text Example

White with #F0A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A61B; }

 p { color: rgb(240,166,27); }

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

background-color css

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

 a { background-color: rgb(240,166,27); }

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

border-color css

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

 span { border-color: rgb(240,166,27); }

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