Html Css Color HEX #F0A81B Dark Tangerine

📋 copy color: '#F0A81B'

red 240 ◦ green 168 ◦ blue 27

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

Shades of Dark Tangerine #F0A81B

Tints of Dark Tangerine #F0A81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 55.17%
G = 38.62%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0A81B (or 0xF0A81B) is known color: Dark Tangerine. HEX triplet: F0, A8 and 1B. RGB value is (240,168,27). Sum of RGB (Red+Green+Blue) = 240+168+27=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A81B is #0F57E4. Grayscale: #AEAEAE. Windows color (decimal): -1005541 or 1812720. OLE color: 1812720.

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

Color convert

RGB 240 168 27 -
CMYK 0 0.3 0.89 0.06
HSL 39.72º 0.88% 0.52% -
HSV(B) 39.72º 0.89% 0.94% -
XYZ 50.14 46.61 7.39 -
YUV 173.45 45.35 175.46 -
System Red Green Blue C M Y K H S L
Decimal 240 168 27 0 0.3 0.89 0.06 39.72 0.88 0.52
Hex F0 A8 1B 0 1E 59 6 28 58 34
Octal 360 250 33 0 36 131 6 50 130 64
Binary 11110000 10101000 11011 0 11110 1011001 110 101000 1011000 110100

Color Harmonies of #F0A81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A81B

Black with #F0A81B

Text Example


Text Example

White with #F0A81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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