Html Css Color HEX #F0D007 Tangerine Yellow

📋 copy color: '#F0D007'

red 240 ◦ green 208 ◦ blue 7

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

Shades of Tangerine Yellow #F0D007

Tints of Tangerine Yellow #F0D007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 52.75%
G = 45.71%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0D007 (or 0xF0D007) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 07. RGB value is (240,208,7). Sum of RGB (Red+Green+Blue) = 240+208+7=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D007 is #0F2FF8. Grayscale: #C3C3C3. Windows color (decimal): -995321 or 512240. OLE color: 512240.

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

Color convert

RGB 240 208 7 -
CMYK 0 0.13 0.97 0.06
HSL 51.76º 0.94% 0.48% -
HSV(B) 51.76º 0.97% 0.94% -
XYZ 58.53 63.65 9.4 -
YUV 194.65 22.1 160.34 -
System Red Green Blue C M Y K H S L
Decimal 240 208 7 0 0.13 0.97 0.06 51.76 0.94 0.48
Hex F0 D0 7 0 D 61 6 34 5E 30
Octal 360 320 7 0 15 141 6 64 136 60
Binary 11110000 11010000 111 0 1101 1100001 110 110100 1011110 110000

Color Harmonies of #F0D007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D007

Black with #F0D007

Text Example


Text Example

White with #F0D007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D007; }

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

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

background-color css

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

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

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

border-color css

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

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

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