Html Css Color HEX #F0A71B Dark Tangerine

📋 copy color: '#F0A71B'

red 240 ◦ green 167 ◦ blue 27

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

Shades of Dark Tangerine #F0A71B

Tints of Dark Tangerine #F0A71B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

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

R = 55.3%
G = 38.48%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0A71B (or 0xF0A71B) is known color: Dark Tangerine. HEX triplet: F0, A7 and 1B. RGB value is (240,167,27). Sum of RGB (Red+Green+Blue) = 240+167+27=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A71B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A71B is #0F58E4. Grayscale: #ADADAD. Windows color (decimal): -1005797 or 1812464. OLE color: 1812464.

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

Color convert

RGB 240 167 27 -
CMYK 0 0.30 0.89 0.06
HSL 39.44º 0.88% 0.52% -
HSV(B) 39.44º 0.89% 0.94% -
XYZ 49.95 46.24 7.33 -
YUV 172.87 45.68 175.88 -
System Red Green Blue C M Y K H S L
Decimal 240 167 27 0 0.30 0.89 0.06 39.44 0.88 0.52
Hex F0 A7 1B 0 1E 59 6 27 58 34
Octal 360 247 33 0 36 131 6 47 130 64
Binary 11110000 10100111 11011 0 11110 1011001 110 100111 1011000 110100

Color Harmonies of #F0A71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A71B

Black with #F0A71B

Text Example


Text Example

White with #F0A71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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