#FDCF1D

Color #FDCF1D Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #FDCF1D

Tints of Turbo #FDCF1D

Color information

#FDCF1D (or 0xFDCF1D) is unknown color: approx Turbo. HEX triplet: FD, CF and 1D. RGB value is (253,207,29). Sum of RGB (Red+Green+Blue) = 253+207+29=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF1D is #0230E2. Grayscale: #C9C9C9. Windows color (decimal): -143587 or 1953789. OLE color: 1953789.

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

Color convert

RGB25320729-
CMYK00.180.890.01
HSL47.68º98.25%55.29%-
HSV(B)47.68º88.54%99.22%-
XYZ63.0465.610.5-
YUV200.4631.24165.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.74%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 29 (11.72% from 255) = 5.93%
R=51.74%
G=42.33%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532072900.180.890.0147.6898.2555.29
HexFDCF1D012591306237
Octal3753173502213116014267
Binary111111011100111111101010010101100111100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF1D; }

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

 H1.HeaderClassName
 {
   color: #FDCF1D;
 }
 .AnyTagClassName
 {
   color: #FDCF1D;
 }
</style>
background-color css

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

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

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

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

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

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