Html Css Color HEX #FFCD0F Tangerine Yellow

📋 copy color: '#FFCD0F'

red 255 ◦ green 205 ◦ blue 15

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

Shades of Tangerine Yellow #FFCD0F

Tints of Tangerine Yellow #FFCD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.16%

R = 53.68%
G = 43.16%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFCD0F (or 0xFFCD0F) is known color: Tangerine Yellow. HEX triplet: FF, CD and 0F. RGB value is (255,205,15). Sum of RGB (Red+Green+Blue) = 255+205+15=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 15 (6.25% from 255 or 3.16% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD0F is #0032F0. Grayscale: #C7C7C7. Windows color (decimal): -13041 or 1035775. OLE color: 1035775.

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

Color convert

RGB 255 205 15 -
CMYK 0 0.20 0.94 0
HSL 47.5º 1% 0.53% -
HSV(B) 47.5º 0.94% 1% -
XYZ 63.16 64.96 9.66 -
YUV 198.29 24.57 168.45 -
System Red Green Blue C M Y K H S L
Decimal 255 205 15 0 0.20 0.94 0 47.5 1 0.53
Hex FF CD F 0 14 5E 0 30 64 35
Octal 377 315 17 0 24 136 0 60 144 65
Binary 11111111 11001101 1111 0 10100 1011110 0 110000 1100100 110101

Color Harmonies of #FFCD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD0F

Black with #FFCD0F

Text Example


Text Example

White with #FFCD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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