Html Css Color HEX #FFCD0D Tangerine Yellow

📋 copy color: '#FFCD0D'

red 255 ◦ green 205 ◦ blue 13

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

Shades of Tangerine Yellow #FFCD0D

Tints of Tangerine Yellow #FFCD0D

RGB

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

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

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

R = 53.91%
G = 43.34%
B = 2.75%

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

#FFCD0D (or 0xFFCD0D) is known color: Tangerine Yellow. HEX triplet: FF, CD and 0D. RGB value is (255,205,13). Sum of RGB (Red+Green+Blue) = 255+205+13=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCD0D is #0032F2. Grayscale: #C6C6C6. Windows color (decimal): -13043 or 904703. OLE color: 904703.

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

Color convert

RGB 255 205 13 -
CMYK 0 0.20 0.95 0
HSL 47.6º 1% 0.53% -
HSV(B) 47.6º 0.95% 1% -
XYZ 63.14 64.95 9.59 -
YUV 198.06 23.57 168.61 -
System Red Green Blue C M Y K H S L
Decimal 255 205 13 0 0.20 0.95 0 47.6 1 0.53
Hex FF CD D 0 14 5F 0 30 64 35
Octal 377 315 15 0 24 137 0 60 144 65
Binary 11111111 11001101 1101 0 10100 1011111 0 110000 1100100 110101

Color Harmonies of #FFCD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD0D

Black with #FFCD0D

Text Example


Text Example

White with #FFCD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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