Html Css Color HEX #F2CC0E Tangerine Yellow

📋 copy color: '#F2CC0E'

red 242 ◦ green 204 ◦ blue 14

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

Shades of Tangerine Yellow #F2CC0E

Tints of Tangerine Yellow #F2CC0E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.35%

 BLUE value IS 14 (5.86% from 255) = 3.04%

R = 52.61%
G = 44.35%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2CC0E (or 0xF2CC0E) is known color: Tangerine Yellow. HEX triplet: F2, CC and 0E. RGB value is (242,204,14). Sum of RGB (Red+Green+Blue) = 242+204+14=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC0E is #0D33F1. Grayscale: #C2C2C2. Windows color (decimal): -865266 or 969970. OLE color: 969970.

HSL color Cylindrical-coordinate representation of color #F2CC0E: hue angle of 50º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2CC0E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 14 -
CMYK 0 0.16 0.94 0.05
HSL 50º 0.9% 0.5% -
HSV(B) 50º 0.94% 0.95% -
XYZ 58.29 62.09 9.33 -
YUV 193.7 26.59 162.45 -
System Red Green Blue C M Y K H S L
Decimal 242 204 14 0 0.16 0.94 0.05 50 0.9 0.5
Hex F2 CC E 0 10 5E 5 32 5A 32
Octal 362 314 16 0 20 136 5 62 132 62
Binary 11110010 11001100 1110 0 10000 1011110 101 110010 1011010 110010

Color Harmonies of #F2CC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC0E

Black with #F2CC0E

Text Example


Text Example

White with #F2CC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC0E; }

 p { color: rgb(242,204,14); }

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

background-color css

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

 a { background-color: rgb(242,204,14); }

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

border-color css

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

 span { border-color: rgb(242,204,14); }

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