Html Css Color HEX #F0CC07 Tangerine Yellow

📋 copy color: '#F0CC07'

red 240 ◦ green 204 ◦ blue 7

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

Shades of Tangerine Yellow #F0CC07

Tints of Tangerine Yellow #F0CC07

RGB

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

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

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

R = 53.22%
G = 45.23%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0CC07 (or 0xF0CC07) is known color: Tangerine Yellow. HEX triplet: F0, CC and 07. RGB value is (240,204,7). Sum of RGB (Red+Green+Blue) = 240+204+7=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC07 is #0F33F8. Grayscale: #C1C1C1. Windows color (decimal): -996345 or 511216. OLE color: 511216.

HSL color Cylindrical-coordinate representation of color #F0CC07: hue angle of 50.73º 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 #F0CC07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 7 -
CMYK 0 0.15 0.97 0.06
HSL 50.73º 0.94% 0.48% -
HSV(B) 50.73º 0.97% 0.94% -
XYZ 57.57 61.73 9.08 -
YUV 192.31 23.43 162.02 -
System Red Green Blue C M Y K H S L
Decimal 240 204 7 0 0.15 0.97 0.06 50.73 0.94 0.48
Hex F0 CC 7 0 F 61 6 33 5E 30
Octal 360 314 7 0 17 141 6 63 136 60
Binary 11110000 11001100 111 0 1111 1100001 110 110011 1011110 110000

Color Harmonies of #F0CC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC07

Black with #F0CC07

Text Example


Text Example

White with #F0CC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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