Html Css Color HEX #F0D00A Tangerine Yellow

📋 copy color: '#F0D00A'

red 240 ◦ green 208 ◦ blue 10

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

Shades of Tangerine Yellow #F0D00A

Tints of Tangerine Yellow #F0D00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 52.4%
G = 45.41%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0D00A (or 0xF0D00A) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 0A. RGB value is (240,208,10). Sum of RGB (Red+Green+Blue) = 240+208+10=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D00A is #0F2FF5. Grayscale: #C3C3C3. Windows color (decimal): -995318 or 708848. OLE color: 708848.

HSL color Cylindrical-coordinate representation of color #F0D00A: hue angle of 51.65º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0D00A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 208 10 -
CMYK 0 0.13 0.96 0.06
HSL 51.65º 0.92% 0.49% -
HSV(B) 51.65º 0.96% 0.94% -
XYZ 58.55 63.66 9.49 -
YUV 195 23.6 160.1 -
System Red Green Blue C M Y K H S L
Decimal 240 208 10 0 0.13 0.96 0.06 51.65 0.92 0.49
Hex F0 D0 A 0 D 60 6 34 5C 31
Octal 360 320 12 0 15 140 6 64 134 61
Binary 11110000 11010000 1010 0 1101 1100000 110 110100 1011100 110001

Color Harmonies of #F0D00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D00A

Black with #F0D00A

Text Example


Text Example

White with #F0D00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D00A; }

 p { color: rgb(240,208,10); }

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

background-color css

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

 a { background-color: rgb(240,208,10); }

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

border-color css

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

 span { border-color: rgb(240,208,10); }

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