Html Css Color HEX #F0D002 Tangerine Yellow

📋 copy color: '#F0D002'

red 240 ◦ green 208 ◦ blue 2

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

Shades of Tangerine Yellow #F0D002

Tints of Tangerine Yellow #F0D002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 53.33%
G = 46.22%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0D002 (or 0xF0D002) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 02. RGB value is (240,208,2). Sum of RGB (Red+Green+Blue) = 240+208+2=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D002 is #0F2FFD. Grayscale: #C2C2C2. Windows color (decimal): -995326 or 184560. OLE color: 184560.

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

Color convert

RGB 240 208 2 -
CMYK 0 0.13 0.99 0.06
HSL 51.93º 0.98% 0.47% -
HSV(B) 51.93º 0.99% 0.94% -
XYZ 58.5 63.64 9.26 -
YUV 194.08 19.6 160.75 -
System Red Green Blue C M Y K H S L
Decimal 240 208 2 0 0.13 0.99 0.06 51.93 0.98 0.47
Hex F0 D0 2 0 D 63 6 34 62 2F
Octal 360 320 2 0 15 143 6 64 142 57
Binary 11110000 11010000 10 0 1101 1100011 110 110100 1100010 101111

Color Harmonies of #F0D002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D002

Black with #F0D002

Text Example


Text Example

White with #F0D002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D002; }

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

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

background-color css

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

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

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

border-color css

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

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

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