Html Css Color HEX #F0D000 Tangerine Yellow

📋 copy color: '#F0D000'

red 240 ◦ green 208 ◦ blue 0

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

Shades of Tangerine Yellow #F0D000

Tints of Tangerine Yellow #F0D000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.57%
G = 46.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0D000 (or 0xF0D000) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 00. RGB value is (240,208,0). Sum of RGB (Red+Green+Blue) = 240+208+0=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D000 is #0F2FFF. Grayscale: #C2C2C2. Windows color (decimal): -995328 or 53488. OLE color: 53488.

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

Color convert

RGB 240 208 0 -
CMYK 0 0.13 1 0.06
HSL 52º 1% 0.47% -
HSV(B) 52º 1% 0.94% -
XYZ 58.49 63.64 9.2 -
YUV 193.86 18.6 160.91 -
System Red Green Blue C M Y K H S L
Decimal 240 208 0 0 0.13 1 0.06 52 1 0.47
Hex F0 D0 0 0 D 64 6 34 64 2F
Octal 360 320 0 0 15 144 6 64 144 57
Binary 11110000 11010000 0 0 1101 1100100 110 110100 1100100 101111

Color Harmonies of #F0D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D000

Black with #F0D000

Text Example


Text Example

White with #F0D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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