Html Css Color HEX #FFCE02 Tangerine Yellow

📋 copy color: '#FFCE02'

red 255 ◦ green 206 ◦ blue 2

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

Shades of Tangerine Yellow #FFCE02

Tints of Tangerine Yellow #FFCE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 55.08%
G = 44.49%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFCE02 (or 0xFFCE02) is known color: Tangerine Yellow. HEX triplet: FF, CE and 02. RGB value is (255,206,2). Sum of RGB (Red+Green+Blue) = 255+206+2=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE02 is #0031FD. Grayscale: #C6C6C6. Windows color (decimal): -12798 or 184063. OLE color: 184063.

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

Color convert

RGB 255 206 2 -
CMYK 0 0.19 0.99 0
HSL 48.38º 1% 0.5% -
HSV(B) 48.38º 0.99% 1% -
XYZ 63.32 65.41 9.34 -
YUV 197.4 17.73 169.09 -
System Red Green Blue C M Y K H S L
Decimal 255 206 2 0 0.19 0.99 0 48.38 1 0.5
Hex FF CE 2 0 13 63 0 30 64 32
Octal 377 316 2 0 23 143 0 60 144 62
Binary 11111111 11001110 10 0 10011 1100011 0 110000 1100100 110010

Color Harmonies of #FFCE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE02

Black with #FFCE02

Text Example


Text Example

White with #FFCE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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