Html Css Color HEX #FDCD02 Tangerine Yellow

📋 copy color: '#FDCD02'

red 253 ◦ green 205 ◦ blue 2

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

Shades of Tangerine Yellow #FDCD02

Tints of Tangerine Yellow #FDCD02

RGB

 RED value IS 253 (99.22% from 255) = 55%

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 55%
G = 44.57%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDCD02 (or 0xFDCD02) is known color: Tangerine Yellow. HEX triplet: FD, CD and 02. RGB value is (253,205,2). Sum of RGB (Red+Green+Blue) = 253+205+2=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD02 is #0232FD. Grayscale: #C5C5C5. Windows color (decimal): -144126 or 183805. OLE color: 183805.

HSL color Cylindrical-coordinate representation of color #FDCD02: hue angle of 48.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDCD02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 2 -
CMYK 0 0.19 0.99 0.01
HSL 48.53º 0.98% 0.5% -
HSV(B) 48.53º 0.99% 0.99% -
XYZ 62.35 64.55 9.23 -
YUV 196.21 18.4 168.51 -
System Red Green Blue C M Y K H S L
Decimal 253 205 2 0 0.19 0.99 0.01 48.53 0.98 0.5
Hex FD CD 2 0 13 63 1 31 62 32
Octal 375 315 2 0 23 143 1 61 142 62
Binary 11111101 11001101 10 0 10011 1100011 1 110001 1100010 110010

Color Harmonies of #FDCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD02

Black with #FDCD02

Text Example


Text Example

White with #FDCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD02; }

 p { color: rgb(253,205,2); }

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

background-color css

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

 a { background-color: rgb(253,205,2); }

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

border-color css

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

 span { border-color: rgb(253,205,2); }

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