Html Css Color HEX #F0A71D Dark Tangerine

📋 copy color: '#F0A71D'

red 240 ◦ green 167 ◦ blue 29

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

Shades of Dark Tangerine #F0A71D

Tints of Dark Tangerine #F0A71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.65%

R = 55.05%
G = 38.3%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0A71D (or 0xF0A71D) is known color: Dark Tangerine. HEX triplet: F0, A7 and 1D. RGB value is (240,167,29). Sum of RGB (Red+Green+Blue) = 240+167+29=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A71D is #0F58E2. Grayscale: #ADADAD. Windows color (decimal): -1005795 or 1943536. OLE color: 1943536.

HSL color Cylindrical-coordinate representation of color #F0A71D: hue angle of 39.24º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0A71D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 167 29 -
CMYK 0 0.30 0.88 0.06
HSL 39.24º 0.88% 0.53% -
HSV(B) 39.24º 0.88% 0.94% -
XYZ 49.98 46.25 7.46 -
YUV 173.1 46.68 175.72 -
System Red Green Blue C M Y K H S L
Decimal 240 167 29 0 0.30 0.88 0.06 39.24 0.88 0.53
Hex F0 A7 1D 0 1E 58 6 27 58 35
Octal 360 247 35 0 36 130 6 47 130 65
Binary 11110000 10100111 11101 0 11110 1011000 110 100111 1011000 110101

Color Harmonies of #F0A71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A71D

Black with #F0A71D

Text Example


Text Example

White with #F0A71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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