#FCDA26

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

Shades of Turbo #FCDA26

Tints of Turbo #FCDA26

Color information

#FCDA26 (or 0xFCDA26) is unknown color: approx Turbo. HEX triplet: FC, DA and 26. RGB value is (252,218,38). Sum of RGB (Red+Green+Blue) = 252+218+38=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 38 (15.23% from 255 or 7.48% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA26 is #0325D9. Grayscale: #D0D0D0. Windows color (decimal): -206298 or 2546428. OLE color: 2546428.

HSL color Cylindrical-coordinate representation of color #FCDA26: hue angle of 50.47º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCDA26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB25221838-
CMYK00.130.850.01
HSL50.47º97.27%56.86%-
HSV(B)50.47º84.92%98.82%-
XYZ65.5770.9812.08-
YUV207.6532.26159.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.61%
GREEN value IS 218 (85.55% from 255) = 42.91%
BLUE value IS 38 (15.23% from 255) = 7.48%
R=49.61%
G=42.91%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522183800.130.850.0150.4797.2756.86
HexFCDA260D551326139
Octal3743324601512516214171
Binary111111001101101010011001101101010111100101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA26; }

 p { color: rgb(252,218,38); }

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

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

 a { background-color: rgb(252,218,38); }

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

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

 span { border-color: rgb(252,218,38); }

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