Html Css Color HEX #FFCE06 Tangerine Yellow

📋 copy color: '#FFCE06'

red 255 ◦ green 206 ◦ blue 6

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

Shades of Tangerine Yellow #FFCE06

Tints of Tangerine Yellow #FFCE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 54.6%
G = 44.11%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFCE06 (or 0xFFCE06) is known color: Tangerine Yellow. HEX triplet: FF, CE and 06. RGB value is (255,206,6). Sum of RGB (Red+Green+Blue) = 255+206+6=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE06 is #0031F9. Grayscale: #C6C6C6. Windows color (decimal): -12794 or 446207. OLE color: 446207.

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

Color convert

RGB 255 206 6 -
CMYK 0 0.19 0.98 0
HSL 48.19º 1% 0.51% -
HSV(B) 48.19º 0.98% 1% -
XYZ 63.34 65.42 9.46 -
YUV 197.85 19.73 168.76 -
System Red Green Blue C M Y K H S L
Decimal 255 206 6 0 0.19 0.98 0 48.19 1 0.51
Hex FF CE 6 0 13 62 0 30 64 33
Octal 377 316 6 0 23 142 0 60 144 63
Binary 11111111 11001110 110 0 10011 1100010 0 110000 1100100 110011

Color Harmonies of #FFCE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE06

Black with #FFCE06

Text Example


Text Example

White with #FFCE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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