Html Css Color HEX #FDCF00 Tangerine Yellow

📋 copy color: '#FDCF00'

red 253 ◦ green 207 ◦ blue 0

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

Shades of Tangerine Yellow #FDCF00

Tints of Tangerine Yellow #FDCF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55%
G = 45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDCF00 (or 0xFDCF00) is known color: Tangerine Yellow. HEX triplet: FD, CF and 00. RGB value is (253,207,0). Sum of RGB (Red+Green+Blue) = 253+207+0=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCF00 is #0230FF. Grayscale: #C6C6C6. Windows color (decimal): -143616 or 53245. OLE color: 53245.

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

Color convert

RGB 253 207 0 -
CMYK 0 0.18 1 0.01
HSL 49.09º 1% 0.5% -
HSV(B) 49.09º 1% 0.99% -
XYZ 62.82 65.51 9.33 -
YUV 197.16 16.74 167.83 -
System Red Green Blue C M Y K H S L
Decimal 253 207 0 0 0.18 1 0.01 49.09 1 0.5
Hex FD CF 0 0 12 64 1 31 64 32
Octal 375 317 0 0 22 144 1 61 144 62
Binary 11111101 11001111 0 0 10010 1100100 1 110001 1100100 110010

Color Harmonies of #FDCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF00

Black with #FDCF00

Text Example


Text Example

White with #FDCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF00; }

 p { color: rgb(253,207,0); }

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

background-color css

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

 a { background-color: rgb(253,207,0); }

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

border-color css

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

 span { border-color: rgb(253,207,0); }

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