Html Css Color HEX #F2D000 Tangerine Yellow

📋 copy color: '#F2D000'

red 242 ◦ green 208 ◦ blue 0

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

Shades of Tangerine Yellow #F2D000

Tints of Tangerine Yellow #F2D000

RGB

 RED value IS 242 (94.92% from 255) = 53.78%

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

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

R = 53.78%
G = 46.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2D000 (or 0xF2D000) is known color: Tangerine Yellow. HEX triplet: F2, D0 and 00. RGB value is (242,208,0). Sum of RGB (Red+Green+Blue) = 242+208+0=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D000 is #0D2FFF. Grayscale: #C3C3C3. Windows color (decimal): -864256 or 53490. OLE color: 53490.

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

Color convert

RGB 242 208 0 -
CMYK 0 0.14 1 0.05
HSL 51.57º 1% 0.47% -
HSV(B) 51.57º 1% 0.95% -
XYZ 59.17 63.99 9.23 -
YUV 194.45 18.26 161.91 -
System Red Green Blue C M Y K H S L
Decimal 242 208 0 0 0.14 1 0.05 51.57 1 0.47
Hex F2 D0 0 0 E 64 5 34 64 2F
Octal 362 320 0 0 16 144 5 64 144 57
Binary 11110010 11010000 0 0 1110 1100100 101 110100 1100100 101111

Color Harmonies of #F2D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D000

Black with #F2D000

Text Example


Text Example

White with #F2D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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