Html Css Color HEX #FFCE01 Tangerine Yellow

📋 copy color: '#FFCE01'

red 255 ◦ green 206 ◦ blue 1

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

Shades of Tangerine Yellow #FFCE01

Tints of Tangerine Yellow #FFCE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.19%
G = 44.59%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFCE01 (or 0xFFCE01) is known color: Tangerine Yellow. HEX triplet: FF, CE and 01. RGB value is (255,206,1). Sum of RGB (Red+Green+Blue) = 255+206+1=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE01 is #0031FE. Grayscale: #C6C6C6. Windows color (decimal): -12799 or 118527. OLE color: 118527.

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

Color convert

RGB 255 206 1 -
CMYK 0 0.19 1.00 0
HSL 48.43º 1% 0.5% -
HSV(B) 48.43º 1% 1% -
XYZ 63.32 65.4 9.32 -
YUV 197.28 17.23 169.17 -
System Red Green Blue C M Y K H S L
Decimal 255 206 1 0 0.19 1.00 0 48.43 1 0.5
Hex FF CE 1 0 13 64 0 30 64 32
Octal 377 316 1 0 23 144 0 60 144 62
Binary 11111111 11001110 1 0 10011 1100100 0 110000 1100100 110010

Color Harmonies of #FFCE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE01

Black with #FFCE01

Text Example


Text Example

White with #FFCE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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