Html Css Color HEX #FFCC0A Tangerine Yellow

📋 copy color: '#FFCC0A'

red 255 ◦ green 204 ◦ blue 10

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

Shades of Tangerine Yellow #FFCC0A

Tints of Tangerine Yellow #FFCC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.13%

R = 54.37%
G = 43.5%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFCC0A (or 0xFFCC0A) is known color: Tangerine Yellow. HEX triplet: FF, CC and 0A. RGB value is (255,204,10). Sum of RGB (Red+Green+Blue) = 255+204+10=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC0A is #0033F5. Grayscale: #C5C5C5. Windows color (decimal): -13302 or 707839. OLE color: 707839.

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

Color convert

RGB 255 204 10 -
CMYK 0 0.2 0.96 0
HSL 47.51º 1% 0.52% -
HSV(B) 47.51º 0.96% 1% -
XYZ 62.89 64.47 9.42 -
YUV 197.13 22.4 169.27 -
System Red Green Blue C M Y K H S L
Decimal 255 204 10 0 0.2 0.96 0 47.51 1 0.52
Hex FF CC A 0 14 60 0 30 64 34
Octal 377 314 12 0 24 140 0 60 144 64
Binary 11111111 11001100 1010 0 10100 1100000 0 110000 1100100 110100

Color Harmonies of #FFCC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC0A

Black with #FFCC0A

Text Example


Text Example

White with #FFCC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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