Html Css Color HEX #F0A41B Dark Tangerine

📋 copy color: '#F0A41B'

red 240 ◦ green 164 ◦ blue 27

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

Shades of Dark Tangerine #F0A41B

Tints of Dark Tangerine #F0A41B

RGB

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

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

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

R = 55.68%
G = 38.05%
B = 6.26%

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

#F0A41B (or 0xF0A41B) is known color: Dark Tangerine. HEX triplet: F0, A4 and 1B. RGB value is (240,164,27). Sum of RGB (Red+Green+Blue) = 240+164+27=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A41B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A41B is #0F5BE4. Grayscale: #ABABAB. Windows color (decimal): -1006565 or 1811696. OLE color: 1811696.

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

Color convert

RGB 240 164 27 -
CMYK 0 0.32 0.89 0.06
HSL 38.59º 0.88% 0.52% -
HSV(B) 38.59º 0.89% 0.94% -
XYZ 49.41 45.16 7.15 -
YUV 171.11 46.68 177.14 -
System Red Green Blue C M Y K H S L
Decimal 240 164 27 0 0.32 0.89 0.06 38.59 0.88 0.52
Hex F0 A4 1B 0 20 59 6 27 58 34
Octal 360 244 33 0 40 131 6 47 130 64
Binary 11110000 10100100 11011 0 100000 1011001 110 100111 1011000 110100

Color Harmonies of #F0A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A41B

Black with #F0A41B

Text Example


Text Example

White with #F0A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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