Html Css Color HEX #F7CC0C Tangerine Yellow

📋 copy color: '#F7CC0C'

red 247 ◦ green 204 ◦ blue 12

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

Shades of Tangerine Yellow #F7CC0C

Tints of Tangerine Yellow #F7CC0C

RGB

 RED value IS 247 (96.88% from 255) = 53.35%

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

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 53.35%
G = 44.06%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7CC0C (or 0xF7CC0C) is known color: Tangerine Yellow. HEX triplet: F7, CC and 0C. RGB value is (247,204,12). Sum of RGB (Red+Green+Blue) = 247+204+12=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7CC0C is #0833F3. Grayscale: #C3C3C3. Windows color (decimal): -537588 or 838903. OLE color: 838903.

HSL color Cylindrical-coordinate representation of color #F7CC0C: hue angle of 49.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7CC0C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 204 12 -
CMYK 0 0.17 0.95 0.03
HSL 49.02º 0.94% 0.51% -
HSV(B) 49.02º 0.95% 0.97% -
XYZ 60.02 62.99 9.34 -
YUV 194.97 24.75 165.11 -
System Red Green Blue C M Y K H S L
Decimal 247 204 12 0 0.17 0.95 0.03 49.02 0.94 0.51
Hex F7 CC C 0 11 5F 3 31 5E 33
Octal 367 314 14 0 21 137 3 61 136 63
Binary 11110111 11001100 1100 0 10001 1011111 11 110001 1011110 110011

Color Harmonies of #F7CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CC0C

Black with #F7CC0C

Text Example


Text Example

White with #F7CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CC0C; }

 p { color: rgb(247,204,12); }

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

background-color css

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

 a { background-color: rgb(247,204,12); }

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

border-color css

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

 span { border-color: rgb(247,204,12); }

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