Html Css Color HEX #FFCD0E Tangerine Yellow

📋 copy color: '#FFCD0E'

red 255 ◦ green 205 ◦ blue 14

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

Shades of Tangerine Yellow #FFCD0E

Tints of Tangerine Yellow #FFCD0E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

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

R = 53.8%
G = 43.25%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFCD0E (or 0xFFCD0E) is known color: Tangerine Yellow. HEX triplet: FF, CD and 0E. RGB value is (255,205,14). Sum of RGB (Red+Green+Blue) = 255+205+14=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD0E is #0032F1. Grayscale: #C6C6C6. Windows color (decimal): -13042 or 970239. OLE color: 970239.

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

Color convert

RGB 255 205 14 -
CMYK 0 0.20 0.95 0
HSL 47.55º 1% 0.53% -
HSV(B) 47.55º 0.95% 1% -
XYZ 63.15 64.95 9.62 -
YUV 198.18 24.07 168.53 -
System Red Green Blue C M Y K H S L
Decimal 255 205 14 0 0.20 0.95 0 47.55 1 0.53
Hex FF CD E 0 14 5F 0 30 64 35
Octal 377 315 16 0 24 137 0 60 144 65
Binary 11111111 11001101 1110 0 10100 1011111 0 110000 1100100 110101

Color Harmonies of #FFCD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD0E

Black with #FFCD0E

Text Example


Text Example

White with #FFCD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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