Html Css Color HEX #F0A90D Dark Tangerine

📋 copy color: '#F0A90D'

red 240 ◦ green 169 ◦ blue 13

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

Shades of Dark Tangerine #F0A90D

Tints of Dark Tangerine #F0A90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

 BLUE value IS 13 (5.47% from 255) = 3.08%

R = 56.87%
G = 40.05%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0A90D (or 0xF0A90D) is known color: Dark Tangerine. HEX triplet: F0, A9 and 0D. RGB value is (240,169,13). Sum of RGB (Red+Green+Blue) = 240+169+13=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A90D is #0F56F2. Grayscale: #ADADAD. Windows color (decimal): -1005299 or 895472. OLE color: 895472.

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

Color convert

RGB 240 169 13 -
CMYK 0 0.30 0.95 0.06
HSL 41.23º 0.9% 0.5% -
HSV(B) 41.23º 0.95% 0.94% -
XYZ 50.2 46.93 6.79 -
YUV 172.45 38.02 176.18 -
System Red Green Blue C M Y K H S L
Decimal 240 169 13 0 0.30 0.95 0.06 41.23 0.9 0.5
Hex F0 A9 D 0 1E 5F 6 29 5A 32
Octal 360 251 15 0 36 137 6 51 132 62
Binary 11110000 10101001 1101 0 11110 1011111 110 101001 1011010 110010

Color Harmonies of #F0A90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A90D

Black with #F0A90D

Text Example


Text Example

White with #F0A90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A90D; }

 p { color: rgb(240,169,13); }

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

background-color css

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

 a { background-color: rgb(240,169,13); }

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

border-color css

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

 span { border-color: rgb(240,169,13); }

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