Html Css Color HEX #FFCE05 Tangerine Yellow

📋 copy color: '#FFCE05'

red 255 ◦ green 206 ◦ blue 5

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

Shades of Tangerine Yellow #FFCE05

Tints of Tangerine Yellow #FFCE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 54.72%
G = 44.21%
B = 1.07%

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

#FFCE05 (or 0xFFCE05) is known color: Tangerine Yellow. HEX triplet: FF, CE and 05. RGB value is (255,206,5). Sum of RGB (Red+Green+Blue) = 255+206+5=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE05 is #0031FA. Grayscale: #C6C6C6. Windows color (decimal): -12795 or 380671. OLE color: 380671.

HSL color Cylindrical-coordinate representation of color #FFCE05: hue angle of 48.24º 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 #FFCE05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 5 -
CMYK 0 0.19 0.98 0
HSL 48.24º 1% 0.51% -
HSV(B) 48.24º 0.98% 1% -
XYZ 63.34 65.41 9.43 -
YUV 197.74 19.23 168.84 -
System Red Green Blue C M Y K H S L
Decimal 255 206 5 0 0.19 0.98 0 48.24 1 0.51
Hex FF CE 5 0 13 62 0 30 64 33
Octal 377 316 5 0 23 142 0 60 144 63
Binary 11111111 11001110 101 0 10011 1100010 0 110000 1100100 110011

Color Harmonies of #FFCE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE05

Black with #FFCE05

Text Example


Text Example

White with #FFCE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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