Html Css Color HEX #FFCE0D Tangerine Yellow

📋 copy color: '#FFCE0D'

red 255 ◦ green 206 ◦ blue 13

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

Shades of Tangerine Yellow #FFCE0D

Tints of Tangerine Yellow #FFCE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 53.8%
G = 43.46%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFCE0D (or 0xFFCE0D) is known color: Tangerine Yellow. HEX triplet: FF, CE and 0D. RGB value is (255,206,13). Sum of RGB (Red+Green+Blue) = 255+206+13=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE0D is #0031F2. Grayscale: #C7C7C7. Windows color (decimal): -12787 or 904959. OLE color: 904959.

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

Color convert

RGB 255 206 13 -
CMYK 0 0.19 0.95 0
HSL 47.85º 1% 0.53% -
HSV(B) 47.85º 0.95% 1% -
XYZ 63.38 65.43 9.67 -
YUV 198.65 23.23 168.19 -
System Red Green Blue C M Y K H S L
Decimal 255 206 13 0 0.19 0.95 0 47.85 1 0.53
Hex FF CE D 0 13 5F 0 30 64 35
Octal 377 316 15 0 23 137 0 60 144 65
Binary 11111111 11001110 1101 0 10011 1011111 0 110000 1100100 110101

Color Harmonies of #FFCE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE0D

Black with #FFCE0D

Text Example


Text Example

White with #FFCE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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