Html Css Color HEX #FFCE0E Tangerine Yellow

📋 copy color: '#FFCE0E'

red 255 ◦ green 206 ◦ blue 14

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

Shades of Tangerine Yellow #FFCE0E

Tints of Tangerine Yellow #FFCE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.95%

R = 53.68%
G = 43.37%
B = 2.95%

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

#FFCE0E (or 0xFFCE0E) is known color: Tangerine Yellow. HEX triplet: FF, CE and 0E. RGB value is (255,206,14). Sum of RGB (Red+Green+Blue) = 255+206+14=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 14 (5.86% from 255 or 2.95% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE0E is #0031F1. Grayscale: #C7C7C7. Windows color (decimal): -12786 or 970495. OLE color: 970495.

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

Color convert

RGB 255 206 14 -
CMYK 0 0.19 0.95 0
HSL 47.8º 1% 0.53% -
HSV(B) 47.8º 0.95% 1% -
XYZ 63.39 65.43 9.7 -
YUV 198.76 23.73 168.11 -
System Red Green Blue C M Y K H S L
Decimal 255 206 14 0 0.19 0.95 0 47.8 1 0.53
Hex FF CE E 0 13 5F 0 30 64 35
Octal 377 316 16 0 23 137 0 60 144 65
Binary 11111111 11001110 1110 0 10011 1011111 0 110000 1100100 110101

Color Harmonies of #FFCE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE0E

Black with #FFCE0E

Text Example


Text Example

White with #FFCE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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