Html Css Color HEX #FFCE0C Tangerine Yellow

📋 copy color: '#FFCE0C'

red 255 ◦ green 206 ◦ blue 12

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

Shades of Tangerine Yellow #FFCE0C

Tints of Tangerine Yellow #FFCE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.54%

R = 53.91%
G = 43.55%
B = 2.54%

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

#FFCE0C (or 0xFFCE0C) is known color: Tangerine Yellow. HEX triplet: FF, CE and 0C. RGB value is (255,206,12). Sum of RGB (Red+Green+Blue) = 255+206+12=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE0C is #0031F3. Grayscale: #C7C7C7. Windows color (decimal): -12788 or 839423. OLE color: 839423.

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

Color convert

RGB 255 206 12 -
CMYK 0 0.19 0.95 0
HSL 47.9º 1% 0.52% -
HSV(B) 47.9º 0.95% 1% -
XYZ 63.38 65.43 9.64 -
YUV 198.54 22.73 168.27 -
System Red Green Blue C M Y K H S L
Decimal 255 206 12 0 0.19 0.95 0 47.9 1 0.52
Hex FF CE C 0 13 5F 0 30 64 34
Octal 377 316 14 0 23 137 0 60 144 64
Binary 11111111 11001110 1100 0 10011 1011111 0 110000 1100100 110100

Color Harmonies of #FFCE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE0C

Black with #FFCE0C

Text Example


Text Example

White with #FFCE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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