Html Css Color HEX #FFCC07 Tangerine Yellow

📋 copy color: '#FFCC07'

red 255 ◦ green 204 ◦ blue 7

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

Shades of Tangerine Yellow #FFCC07

Tints of Tangerine Yellow #FFCC07

RGB

 RED value IS 255 (100% from 255) = 54.72%

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

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

R = 54.72%
G = 43.78%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFCC07 (or 0xFFCC07) is known color: Tangerine Yellow. HEX triplet: FF, CC and 07. RGB value is (255,204,7). Sum of RGB (Red+Green+Blue) = 255+204+7=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC07 is #0033F8. Grayscale: #C5C5C5. Windows color (decimal): -13305 or 511231. OLE color: 511231.

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

Color convert

RGB 255 204 7 -
CMYK 0 0.2 0.97 0
HSL 47.66º 1% 0.51% -
HSV(B) 47.66º 0.97% 1% -
XYZ 62.87 64.46 9.33 -
YUV 196.79 20.9 169.52 -
System Red Green Blue C M Y K H S L
Decimal 255 204 7 0 0.2 0.97 0 47.66 1 0.51
Hex FF CC 7 0 14 61 0 30 64 33
Octal 377 314 7 0 24 141 0 60 144 63
Binary 11111111 11001100 111 0 10100 1100001 0 110000 1100100 110011

Color Harmonies of #FFCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC07

Black with #FFCC07

Text Example


Text Example

White with #FFCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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