Html Css Color HEX #FFCC0D Tangerine Yellow

📋 copy color: '#FFCC0D'

red 255 ◦ green 204 ◦ blue 13

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

Shades of Tangerine Yellow #FFCC0D

Tints of Tangerine Yellow #FFCC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 54.03%
G = 43.22%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFCC0D (or 0xFFCC0D) is known color: Tangerine Yellow. HEX triplet: FF, CC and 0D. RGB value is (255,204,13). Sum of RGB (Red+Green+Blue) = 255+204+13=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCC0D is #0033F2. Grayscale: #C6C6C6. Windows color (decimal): -13299 or 904447. OLE color: 904447.

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

Color convert

RGB 255 204 13 -
CMYK 0 0.2 0.95 0
HSL 47.36º 1% 0.53% -
HSV(B) 47.36º 0.95% 1% -
XYZ 62.91 64.47 9.51 -
YUV 197.48 23.9 169.03 -
System Red Green Blue C M Y K H S L
Decimal 255 204 13 0 0.2 0.95 0 47.36 1 0.53
Hex FF CC D 0 14 5F 0 2F 64 35
Octal 377 314 15 0 24 137 0 57 144 65
Binary 11111111 11001100 1101 0 10100 1011111 0 101111 1100100 110101

Color Harmonies of #FFCC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC0D

Black with #FFCC0D

Text Example


Text Example

White with #FFCC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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