Html Css Color HEX #FFCE10 Tangerine Yellow

📋 copy color: '#FFCE10'

red 255 ◦ green 206 ◦ blue 16

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

Shades of Tangerine Yellow #FFCE10

Tints of Tangerine Yellow #FFCE10

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 53.46%
G = 43.19%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFCE10 (or 0xFFCE10) is known color: Tangerine Yellow. HEX triplet: FF, CE and 10. RGB value is (255,206,16). Sum of RGB (Red+Green+Blue) = 255+206+16=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE10 is #0031EF. Grayscale: #C7C7C7. Windows color (decimal): -12784 or 1101567. OLE color: 1101567.

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

Color convert

RGB 255 206 16 -
CMYK 0 0.19 0.94 0
HSL 47.7º 1% 0.53% -
HSV(B) 47.7º 0.94% 1% -
XYZ 63.4 65.44 9.78 -
YUV 198.99 24.73 167.95 -
System Red Green Blue C M Y K H S L
Decimal 255 206 16 0 0.19 0.94 0 47.7 1 0.53
Hex FF CE 10 0 13 5E 0 30 64 35
Octal 377 316 20 0 23 136 0 60 144 65
Binary 11111111 11001110 10000 0 10011 1011110 0 110000 1100100 110101

Color Harmonies of #FFCE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE10

Black with #FFCE10

Text Example


Text Example

White with #FFCE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE10; }

 p { color: rgb(255,206,16); }

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

background-color css

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

 a { background-color: rgb(255,206,16); }

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

border-color css

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

 span { border-color: rgb(255,206,16); }

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